API Reference > ui-framework > ConfigurableUi > ConfigurableUiManager > createControl createControl MethodStatic Creates a control registered by calling registerControl. createControl(classId: string, uniqueId: string, options?: any): ConfigurableUiElement | undefined 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 - ConfigurableUiElement | undefined the created control Defined in ui/framework/src/ui-framework/configurableui/ConfigurableUiManager.ts Line 113 Last Updated: 13 June, 2024