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