API Reference > ui-ninezone > Backstage > BackstageProps BackstageProps Interface Beta Properties of Backstage component. Extends CommonProps Properties Name Type Description children undefined | React.ReactNode Backstage items and separators. footer undefined | React.ReactNode Optional footer content. header undefined | React.ReactNode Optional header content. isOpen undefined | false | true Describes if the backstage is open. onClose undefined | () => void Function called when backstage is closed. safeAreaInsets undefined | SafeAreaInsets Describes respected safe area insets. showOverlay boolean Describes if a ghosting overlay is shown. 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/Backstage.tsx Line 18 Last Updated: 13 June, 2024