ToolbarButtonPayload
type ToolbarButtonPayload = object;
Properties
| Property | Type |
|---|---|
position | "toolbar" |
icon | | string | { custom: CustomIcon; } |
tooltip | string |
roles? | ("chair" | "guest")[] |
opensPopup? | PopupRequest |
isActive? | boolean |
badge? | object |
badge.isVisible | boolean |