ValueEditor class
Represents a value editor.
Constructors
Section titled “Constructors”constructor
Section titled “constructor”The default constructor. ⊕ new ValueEditor(): ValueEditor
Public Properties
Section titled “Public Properties”defValue
Section titled “defValue”The default value of the editor.
● defValue: string
The ID.
● id: string
The name of the value editor.
● name?: string
resType
Section titled “resType”The type of the result.
● resType: DataType
The sql expression.
● sql?: string
The tag.
● tag: EditorTag
Public Methods
Section titled “Public Methods”loadFromData
Section titled “loadFromData”Loads value editor from its JSON representation object.
▸ loadFromData(data: ValueEditorData): void
Parameters:
Section titled “Parameters:”- data: ValueEditorData - The JSON representation object.
Returns void