API Reference > ui-framework > NavigationAids > CubeNavigationAidControl CubeNavigationAidControl Class Navigation Aid that displays an interactive rotation cube for Spatial views that synchronizes with the rotation of the iModel Viewport Extends NavigationAidControl Methods Name Description constructor(info: ConfigurableCreateInfo, options: any): CubeNavigationAidControl Creates an instance of ConfigurableUiControl. getSize(): undefined | string Default size is "64px". Inherited methods Name Inherited from Description getType(): ConfigurableUiControlType NavigationAidControl Get the type of this control. onFrontstageDeactivated(): void NavigationAidControl Called when Frontstage is deactivated. onFrontstageReady(): void NavigationAidControl Called when Frontstage is ready. onInitialize(): void NavigationAidControl Called to initialize the ConfigurableUiControl. Properties Name Type Description navigationAidId Static string Inherited properties Name Type Inherited from Description classId Accessor ReadOnly string NavigationAidControl Gets the class Id of configurable element controlId Accessor ReadOnly string NavigationAidControl Returns the ID of this ConfigurableUiControl. isReady Accessor ReadOnly Promise<void> NavigationAidControl Returns a promise that resolves when the control is ready for usage. name Accessor ReadOnly string NavigationAidControl Get internal name of configurable element. If no name is defined in configurationthen the name will match the UniqueId. reactElement Accessor ReactNode NavigationAidControl The React element associated with this control reactNode Accessor ReactNode NavigationAidControl The React element associated with this control Defined in ui/framework/src/ui-framework/navigationaids/CubeNavigationAidControl.tsx Line 17 Last Updated: 11 June, 2024