OpenFin Workspace API
    Preparing search index...

    Interface CustomDropdownConfig

    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 Summary)

    Index
    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