Skip to content

ValueEditor class

Represents a value editor.


The default constructor. ⊕ new ValueEditor(): ValueEditor



The default value of the editor.

● defValue: string


The ID.

● id: string


The name of the value editor.

● name?: string


The type of the result.

● resType: DataType


The sql expression.

● sql?: string


The tag.

● tag: EditorTag



Loads value editor from its JSON representation object.

▸ loadFromData(data: ValueEditorData): void

Returns void