OpenFin Workspace Platform API
    Preparing search index...

    Interface CustomBrowserButtonConfig

    Custom browser buttons

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

    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

    type: Custom

    Type of custom browser button