Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionDescriptor

Describes an action to be shown in the UI, with a user-readable label and a callback to execute the action

Hierarchy

  • ActionDescriptor

Index

Properties

Optional actionTitle

actionTitle: string

Name of the clickable action. If not defined then no action will be shown

Optional callbackData

callbackData: any

Data sent on callback being run.

label

label: string

User-visible label to display

Generated using TypeDoc