CheckBoxComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "documentation": string, "weight": number, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Member Summary
| Public Members | ||
| public get |
checked: * |
|
| public get |
|
|
| public get |
defaultValue: * |
|
| public get |
emptyValue: * |
|
| public get |
hasSetValue: * |
|
| public |
input: * |
|
| public get |
inputInfo: * |
|
| public get |
key: * |
|
| public get |
|
|
| public get |
|
|
Method Summary
| Public Methods | ||
| public |
attach(element: *): * |
|
| public |
detach(element: *) |
|
| public |
getValue(): * |
|
| public |
getValueAsString(value: *): * |
|
| public |
getValueAt(index: *): * |
|
| public |
isEmpty(value: *): * |
|
| public |
render(): * |
|
| public |
setCheckedState(value: *): * |
|
| public |
|
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Members
public get checked: * source
public get defaultSchema: * source
public get defaultValue: * source
public get emptyValue: * source
public get hasSetValue: * source
public input: * source
public get inputInfo: * source
public get key: * source
Public Methods
public detach(element: *) source
Params:
| Name | Type | Attribute | Description |
| element | * |
