OpenFin Workspace API
    Preparing search index...

    Interface BaseCustomButtonConfig

    Base configuration for a custom button

    interface BaseCustomButtonConfig {
        disabled?: boolean;
        iconUrl?: string;
        parentHover?: boolean;
        tooltip: string;
    }

    Hierarchy (View Summary)

    Index
    disabled?: boolean

    Disable custom button true or false

    iconUrl?: string

    icon URL for icon image

    parentHover?: boolean
    tooltip: string

    Button name text when hovered over