ValueEditorData interface

Value editor JSON representation object.

Extends

ValueEditorDTO

Index

Properties

Properties


defval

The default value.

● defval: string


extraParams

Extra parameters

● extraParams?: any


id

The id.

● id: string


name

The name.

● name?: string


rtype

The result type.

● rtype: DataType


sql

The sql.

● sql?: string


subType

The sub type.

● subType?: DataType


tag

The tag.

● tag: EditorTag


values

values.

● values?: any[]