API Reference > ui-framework > Backstage > BackstageItemProps BackstageItemProps Interface Deprecated - use BackstageItem in bentley/ui-abstract instead Base properties for a Backstage item. Extends LabelProps DescriptionProps TooltipProps IconProps Properties Name Type Description isActive undefined | false | true if set, component will be shown with as the active item - defaults to false isEnabled undefined | false | true if set, component will be enabled - defaults to true stateFunc undefined | (state: Readonly<BackstageItemState>) => BackstageItemState optional function to set state of backstage item stateSyncIds undefined | string[] optional SyncUi event ids that will trigger the state function to run. Inherited properties Name Type Inherited from Description description string | StringGetter DescriptionProps if set, it is used to explicitly set the description shown by a component. descriptionKey undefined | string DescriptionProps if set, it is used to define a key that is used to look up a localized string. iconSpec undefined | IconSpec IconProps CSS class name or SvgSprite for icon label string | StringGetter LabelProps if set, it is used to explicitly set the label shown by a component. labelKey undefined | string LabelProps if set, it is used to define a key that is used to look up a localized string. tooltip string | StringGetter TooltipProps used to explicitly set the tooltip shown by a component. tooltipKey undefined | string TooltipProps if set, it is used to define a key that is used to look up a localized string. Defined in ui/framework/src/ui-framework/backstage/BackstageItemProps.tsx Line 17 Last Updated: 13 June, 2024