StatusBarItem Interface
Beta
Describes the data needed to insert an item into the StatusBar.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| reactNode | React.ReactNode | React node for the StatusBar item. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| badge | undefined | BadgeType | AbstractStatusBarItem | Describes badge. |
| id | string | AbstractStatusBarItem | Required unique id of the item. |
| isVisible | boolean | AbstractStatusBarItem | Describes if the item is visible. |
| itemPriority | number | AbstractStatusBarItem | Priority within a section (recommend using values 1 through 100). |
| section | StatusBarSection | AbstractStatusBarItem | status bar section |
| type | CustomItem | AbstractStatusBarCustomItem |
Defined in
Last Updated: 08 January, 2020