Skip to content

ValueEditorDTO interface

Value editor JSON representation object.


The default value.

● defval: string


The id.

● id: string


The name.

● name?: string


The result type.

● rtype: DataType


The sub type.

● subType?: DataType


The tag.

● tag: EditorTag


values.

● values?: any[]