ValueEditor class

Represents a value editor.

Index

Constructors

Public Properties

Public Methods

Constructors


constructor

The default constructor. ⊕ new ValueEditor(): ValueEditor


Public Properties


defValue

The default value of the editor.

● defValue: string


id

The ID.

● id: string


name

The name of the value editor.

● name?: string


resType

The type of the result.

● resType: DataType


sql

The sql expression.

● sql?: string


tag

The tag.

● tag: EditorTag


Public Methods


loadFromData

Loads value editor from its JSON representation object.

▸ loadFromData(data: ValueEditorData): void

Parameters:

Returns void