Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceComponentButtonOptions

Allows you to hide buttons for different Workspace components in the Dock UI. By default, all components are shown.

const workspaceComponentButtonOptions: WorkspaceComponentButtonOptions = {
hideHomeButton: true,
hideWorkspacesButton: true,
hideNotificationsButton: true,
hideStorefrontButton: true
}

Hierarchy

  • WorkspaceComponentButtonOptions

Index

Properties

hideHomeButton?: boolean

Set to true to hide the Home button from the Dock UI. Default value false.

hideNotificationsButton?: boolean

Set to true to hide the Notifications button from the Dock UI. Default value false.

hideStorefrontButton?: boolean

Set to true to hide the Storefront button from the Dock UI. Default value false.

hideWorkspacesButton?: boolean

Set to true to hide the Workspaces button from the Dock UI. Default value false.

Generated using TypeDoc