Defines a route DataAction component.
This component helps defining a page navigation when a given condition is verified on the received data.
Property | Type | Category | Description |
---|---|---|---|
Comment | String | standard | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Data condition | JS expression | standard | Defines the condition to be verified on returned data. |
Is active | boolean | standard | Defines whether the action is active. |
Target action | String | standard | Defines the target action to be triggered by client application. |
Target page | String | standard | Defines the target page associated with the action. |
Toast duration | int | standard | Defines the duration in ms for toast. |
Toast message | String | standard | Defines the message for toast. |
Toast position | String | standard | Defines the the position for toast. |