API Reference > ui-framework > ConfigurableUi > ConfigurableUiControl > constructor constructor MethodProtected Creates an instance of ConfigurableUiControl. ConfigurableUiControl(info: ConfigurableCreateInfo, options: any): ConfigurableUiControl note Subclasses must pass all arguments to the base class and not add themselves to any container - the control is added automatically by the FrontstageComposer. Parameter Type Description info ConfigurableCreateInfo An object that the subclass must pass to this base class. options any Options provided to the control Returns - ConfigurableUiControl Defined in ui/framework/src/ui-framework/configurableui/ConfigurableUiControl.ts Line 83 Last Updated: 13 June, 2024