OpenFin Workspace API
    Preparing search index...

    Type Alias WorkspaceButtonsConfig

    WorkspaceButtonsConfig: WorkspaceButton[]

    Controls the visibility as well as the order of buttons for workspace components on the Dock.

    To omit a button from the Dock UI, simply omit it from the array.

    The array must not contain duplicate values. Any duplicate values will be removed.

    const workspaceButtonsConfig: WorkspaceButtonsConfig = [
    'notifications',
    'switchWorkspace',
    'store'
    ];
    const workspaceButtonsConfig: WorkspaceButtonsConfig = [];