Skip to content

EqValueEditor class

Represents a value editor.

ValueEditor


The default constructor. ⊕ new EqValueEditor(): EqValueEditor



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


● tag: EqEditorTag


The values.

● values?: any[]



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

  • value: string | string[]

Returns string


Loads value editor from its JSON representation object.

▸ loadFromData(data: ValueEditorData): void

Returns void