API Reference > ui-framework > ConfigurableUi > ConfigurableUiManager > createControl createControl MethodStatic Creates a control registered by calling registerControl. createControl(classId: string, uniqueId: string, options?: any): undefined | ConfigurableUiElement Parameter Type Description classId string the class id of the control to create uniqueId string a unique id for the control options any options passed to the constructor of the control Returns - undefined | ConfigurableUiElement the created control Defined in ui/framework/src/ui-framework/configurableui/ConfigurableUiManager.ts Line 155 Last Updated: 11 June, 2024