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