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
processValues
Section titled “processValues”● processValues?: (values: any
[]) => any
resType
Section titled “resType”The type of the result.
● resType: DataType
statement
Section titled “statement”The statement.
● statement?: string
The tag.
● tag: EditorTag
values
Section titled “values”The values.
● values?: any
[]
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