OpenFin Workspace API
    Preparing search index...

    Type Alias SplitButton

    type SplitButton = {
        action: string;
        icon?: ButtonIcon;
        label?: string;
        options: SplitButtonOption[];
        tooltip: string;
    }
    Index
    action: string

    The action to execute when the button is clicked.

    icon?: ButtonIcon

    The icon to display on the button.

    label?: string

    The label that appears on the button.

    The list of options to display in the dropdown.

    tooltip: string

    The tooltip to display on the button.