CommandButtonKind

enum CommandButtonKind : Enum<CommandButtonKind>

Enumerates the available command button kinds.

Entries

ActionAndPopupMainPopup
Link copied to clipboard

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

ActionAndPopupMainAction
Link copied to clipboard

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

PopupOnly
Link copied to clipboard
PopupOnly(false, true)

Command button that has only popup area.

ActionOnly
Link copied to clipboard
ActionOnly(true, false)

Command button that has only action area.

Properties

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