API Reference > ui-ninezone > Backstage > BackstageItemProps BackstageItemProps Interface Beta Properties of BackstageItem component. Extends CommonProps 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 ui/ninezone/src/ui-ninezone/backstage/Item.tsx Line 18 Last Updated: 11 June, 2024