Hierarchy

  • ChoiceAction

Properties

Properties

execute: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Has to be executed if user selects this action.

      Returns Promise<void>

image?: string

Image of this action.

text?: string

Display text for the action.

Generated using TypeDoc