TagsComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
| public static get |
conditionOperatorsSettings: {...undefined: Object, "operators": *} |
|
| public static get |
|
|
Static Method Summary
| Static Public Methods | ||
| public static |
savedValueTypes(schema: *): * |
|
| public static |
schema(extend: ...*): * |
|
Member Summary
| Public Members | ||
| public |
choices: * |
|
| public get |
|
|
| public get |
delimiter: * |
|
| public set |
|
|
| public get |
disabled: * |
|
| public get |
emptyValue: * |
|
| public get |
inputInfo: * |
|
Method Summary
| Public Methods | ||
| public |
attachElement(element: *, index: *) |
|
| public |
detach() |
|
| public |
focus() |
|
| public |
getValueAsString(value: *): * |
|
| public |
init() |
|
| public |
normalizeValue(value: *): * |
|
| public |
setValue(value: *, flags: {}): * |
|
Static Public Members
public static get builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} source
public static get serverConditionSettings: * source
Static Public Methods
public static savedValueTypes(schema: *): * source
Params:
| Name | Type | Attribute | Description |
| schema | * |
Return:
| * |
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Members
public choices: * source
public get defaultSchema: * source
public get delimiter: * source
public set disabled source
public get disabled: * source
public get emptyValue: * source
public get inputInfo: * source
Public Methods
public attachElement(element: *, index: *) source
Params:
| Name | Type | Attribute | Description |
| element | * | ||
| index | * |
public detach() source
public focus() source
public init() source
public setValue(value: *, flags: {}): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | {} |
|
Return:
| * |
