AboutSupportDeveloper GuideVersion 18.0.9

Type alias SplitButtonOption

SplitButtonOption: {
    action: string;
    icon?: ButtonIcon;
    label?: string;
    tooltip: string;
}

Type declaration

  • action: string

    The action to execute when the button is clicked.

  • Optional icon?: ButtonIcon

    The icon to display on the button.

  • Optional label?: string

    The label that appears on the button.

  • tooltip: string

    The tooltip to display on the button.