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 - the created control
Defined in
Last Updated: 08 January, 2020