CommandButtonKind

enum CommandButtonKind : Enum<CommandButtonKind>

Enumerates the available command button kinds.

Entries

Link copied to clipboard

Command button that has both action and popup areas, with the main text click activating the popup.

Link copied to clipboard

Command button that has both action and popup areas, with the main text click activating the action.

Link copied to clipboard
PopupOnly(false, true)

Command button that has only popup area.

Link copied to clipboard
ActionOnly(true, false)

Command button that has only action area.

Properties

Link copied to clipboard
val hasAction: Boolean
Link copied to clipboard
val hasPopup: Boolean
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int