ValueEditorData interface
Value editor JSON representation object.
Extends
Section titled “Extends”ValueEditorDTO
Properties
Section titled “Properties”defval
Section titled “defval”The default value.
● defval: string
extraParams
Section titled “extraParams”Extra parameters
● extraParams?: any
The id.
● id: string
The name.
● name?: string
The result type.
● rtype: DataType
The sql.
● sql?: string
subType
Section titled “subType”The sub type.
● subType?: DataType
The tag.
● tag: EditorTag
values
Section titled “values”values.
● values?: any
[]