BackstageItemProps Interface

Beta  

Properties of BackstageItem component.

Extends

Methods

Name Description
onClick(): void Optional Function called when item is clicked.  

Properties

Name Type Description
badge undefined | ReactNode A badge to draw.  
children undefined | string Backstage item label.  
icon undefined | ReactNode Backstage item icon.  
isActive undefined | boolean Describes if the item is active.  
isDisabled undefined | boolean Describes if the item is disabled.  
safeAreaInsets undefined | SafeAreaInsets Describes respected safe area insets.  
subtitle undefined | string Backstage item subtitle.  

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 29 November, 2022