UI builder - Functions
loadLibrary
loadLibrary(filename:string)
| Property | Type | Description |
|---|---|---|
| filename | string |
findElement
findElement(name:string)
| Property | Type | Description |
|---|---|---|
| name | string |
deleteElement
deleteElement(name:string)
| Property | Type | Description |
|---|---|---|
| name | string |
deleteElement
deleteElement(control:Control)
| Property | Type | Description |
|---|---|---|
| control | Control |
emit
emit(event:string, args:Record<string, any>)
| Property | Type | Description |
|---|---|---|
| event | string | |
| args | Record |