Skip to content

ValueEditor class

Represents a value editor.


The default constructor. ⊕ new ValueEditor(): ValueEditor



The default value of the editor.

● defValue: string


Extra parameters

● extraParams?: any


The ID.

● id: string


The name of the value editor.

● name?: string


● processValues?: (values: any[]) => any


The type of the result.

● resType: DataType


The statement.

● statement?: string


The tag.

● tag: EditorTag


The values.

● values?: any[]



▸ getValueText(value: string | string[]): string

  • value: string | string[]

Returns string


Loads value editor from its JSON representation object.

▸ loadFromData(data: ValueEditorDTO): void

Returns void