API Reference > ui-framework > Backstage > BackstageItemUtilities BackstageItemUtilities Class Beta Utilities for creating and maintaining backstage items Methods Name Description createActionItem(itemId: string, groupPriority: number, itemPriority: number, execute: () => void, label: string, subtitle?: string, iconSpec?: string, itemProps?: Partial<BackstageActionItem>): BackstageActionItem Static Creates an action backstage item Beta createStageLauncher(frontstageId: string, groupPriority: number, itemPriority: number, label: string, subtitle?: string, iconSpec?: string, itemProps?: Partial<BackstageStageLauncher>): BackstageStageLauncher Static Creates a stage launcher backstage item Beta getBackstageItemStateFromProps(props: BackstageItemProps): BackstageItemState Static Helper method to set backstage item state from props Defined in ui/framework/src/ui-framework/backstage/BackstageItemUtilities.ts Line 43 Last Updated: 13 June, 2024