EqValueEditor class
Represents a value editor.
Extends
Section titled “Extends”ValueEditor
Constructors
Section titled “Constructors”constructor
Section titled “constructor”The default constructor. ⊕ new EqValueEditor(): EqValueEditor
Public Properties
Section titled “Public Properties”defValue
Section titled “defValue”The default value of the editor.
● defValue: string
extraParams
Section titled “extraParams”Extra parameters
● extraParams?: any
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
● tag: EqEditorTag
values
Section titled “values”The values.
● values?: any
[]
Public Methods
Section titled “Public Methods”getValueText
Section titled “getValueText”▸ getValueText(value: string
| string
[]): string
Parameters:
Section titled “Parameters:”- value:
string
|string
[]
Returns string
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