BackstageItemProps Interface
Beta
Properties of BackstageItem component.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| children | undefined | string | Backstage item label. | |
| icon | undefined | React.ReactNode | Backstage item icon. | |
| isActive | undefined | false | true | Describes if the item is active. | |
| isDisabled | undefined | false | true | Describes if the item is disabled. | |
| onClick | undefined | () => void | Function called when item is clicked. | |
| safeAreaInsets | undefined | SafeAreaInsets | Describes respected safe area insets. | |
| subtitle | undefined | string | Backstage item subtitle. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className | undefined | string | ClassNameProps | Custom CSS class name |
| style | undefined | React.CSSProperties | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 08 January, 2020