Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/ui-interaction.interface.ts
UI Interaction Interface
Represents an interactive element on a page that can trigger state transitions. Used to link buttons, forms, and other UI elements to their corresponding state machine transitions.
Properties
| Property | Type |
|---|---|
element | string |
action | string |
transition | string |
targetState | string |
requiresModal | boolean |
selector | string |
componentSource | string |
Was this page helpful?