Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IButton

The options used to make a button item.

Hierarchy

  • IButton

Index

Properties

accept

accept: boolean

The dialog action to perform when the button is clicked.

actions

actions: Array<string>

The additional dialog actions to perform when the button is clicked.

caption

caption: string

The caption for the button.

className

className: string

The extra class name for the button.

displayType

displayType: "default" | "warn"

The button display type.

iconClass

iconClass: string

The icon class for the button.

iconLabel

iconLabel: string

The icon label for the button.

label

label: string

The label for the button.

Generated using TypeDoc