OpenFin Workspace API
    Preparing search index...

    Interface StoreButtonConfig

    Store custom button configuration

    interface StoreButtonConfig {
        action: CustomActionSpecifier;
        disabled?: boolean;
        options?: never;
        parentHover?: boolean;
        title: string;
    }

    Hierarchy

    Index

    Custom action once the button is clicked

    disabled?: boolean

    Disable custom button true or false

    options?: never
    parentHover?: boolean
    title: string