User Action: Inline
Changed on:
19 Oct 2023
Overview
The inline user action generates a form from a workflow-configured user action and places it directly into the page as a card.
This is useful when the main reason for a page existing is to trigger that user action, especially when coupled with the conditional component to create a wizard-like flow.
Plugin Name | Core |
---|
The standard library of mystique components.
v1.0.0
Initial changelog entry.
Alias
fc.action.inline
Detailed technical description
n/a
Properties
Name | Type | Required | Default | Description |
name |
| yes | Name of the User Action to show in the card. If there is no user action of this name on the current entity, the card will not show. | |
highlight |
| no | none | Show a coloured highlight above the card to denote status in cases like dashboard cards. |
width |
| no |
| Define the width of this card on a 12-column grid. Can use the named widths for readability or numbers directly. |
Configuration example
1{
2 "component": "fc.action.inline",
3 "props": {
4 "name": "PickConfirm",
5 "width": "full"
6 }
7}
Language: json
Version History
v0.0.0
First release
Recommended Placement
None