OpenFin Workspace API
    Preparing search index...

    Interface CustomButtonConfig

    Configuration for a buttons with a custom action

    interface CustomButtonConfig {
        action: CustomActionSpecifier;
        disabled?: boolean;
        iconUrl?: string;
        options?: never;
        parentHover?: boolean;
        tooltip: string;
    }

    Hierarchy (View Summary)

    Index

    Custom action once the button is clicked

    disabled?: boolean

    Disable custom button true or false

    iconUrl?: string

    icon URL for icon image

    options?: never
    parentHover?: boolean
    tooltip: string

    Button name text when hovered over