OpenFin Workspace API
    Preparing search index...

    Type Alias DockButton

    DockButton: { contextMenu?: { removeOption?: boolean }; id?: string } & (
        DockButtonConfig
        | DockDropdownConfig
    )

    Dock button types

    Type Declaration

    • OptionalcontextMenu?: { removeOption?: boolean }

      Specifies button context menu, if present and has one of the options enabled, the button will have a context menu on right click.

    • Optionalid?: string

      Optional button identifier, if not provided will be automatically generated by the provider