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