Skip to main content

ToolbarProps

Props for the Toolbar component.

Properties

className?

optional className: string

Class name for the toolbar container


config

config: ToolbarConfig

Configuration object that defines the layout and behavior of the toolbar


notifications

notifications: Notification[] | Promise<Notification[]>

List of user notifications, or a promise resolving to them


userSettings

userSettings: UserSetting[] | Promise<UserSetting[]>

Current user's settings, or a promise resolving to them


userWorkspaces

userWorkspaces: UserWorkspaces | Promise<UserWorkspaces>

All workspaces the user belongs to, or a promise resolving to them


visibleWorkspaces

visibleWorkspaces: UserVisibleWorkspaceInfo | Promise<UserVisibleWorkspaceInfo>

The user's visible workspaces, or a promise resolving to them