OperandData interface

Operand JSON representation object.

Index

Properties

Properties


dtype

The data type.

● dtype: DataType


editor

The editor id.

● editor?: string


kind

The data kind.

● kind: DataKind


txt

The text.

● txt?: string


val

The value.

● val: string