AboutSupportDeveloper GuideVersion 22.3.18

Interface BaseCustomDropdownConfig

Base Configuration for a custom dropdown

interface BaseCustomDropdownConfig {
    disabled?: boolean;
    iconUrl?: string;
    options: BaseCustomDropdownItems;
    parentHover?: boolean;
    tooltip: string;
}

Hierarchy (view full)

Properties

disabled?: boolean

Disable custom button true or false

iconUrl?: string

icon URL for icon image

Dropdown options

parentHover?: boolean
tooltip: string

Button name text when hovered over