Skip to content

ValueEditorData interface

Value editor JSON representation object.

ValueEditorDTO


The default value.

● defval: string


Extra parameters

● extraParams?: any


The id.

● id: string


The name.

● name?: string


The result type.

● rtype: DataType


The sql.

● sql?: string


The sub type.

● subType?: DataType


The tag.

● tag: EditorTag


values.

● values?: any[]