AboutSupportDeveloper GuideVersion 22.3.18

Configuration for a button that presents a dropdown menu with options that dispatch custom actions when clicked.

interface CustomDropdownConfig {
    action?: never;
    disabled?: boolean;
    iconUrl?: string;
    options: (CustomButtonConfig | CustomDropdownConfig)[];
    parentHover?: boolean;
    tooltip: string;
}

Hierarchy (view full)

Properties

action?: never
disabled?: boolean

Disable custom button true or false

iconUrl?: string

icon URL for icon image

Options that will be displayed in the dropdown

parentHover?: boolean
tooltip: string

Button name text when hovered over