Skip to content

UIInteraction

reference
1 min readUpdated

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

PropertyType
elementstring
actionstring
transitionstring
targetStatestring
requiresModalboolean
selectorstring
componentSourcestring

Was this page helpful?

Download as PDF