AboutSupportDeveloper GuideVersion 18.0.9

Type alias SplitButton

SplitButton: {
    action: string;
    icon?: ButtonIcon;
    label?: string;
    options: SplitButtonOption[];
    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.

  • options: SplitButtonOption[]

    The list of options to display in the dropdown.

  • tooltip: string

    The tooltip to display on the button.