Skip to content

Operand class

Represents one operand in some operator’s expression


The default constructor. ⊕ new Operand(): Operand



The type of the data.

● dataType: DataType


The text for default operand value.

● defText: string


The default value for this operand.

● defValue: string


The value editor associated with this operand.

● editor: ValueEditor


The kind of operand (scalar, list, etc)

● kind: DataKind



Copies operand from other operand.

▸ copyFrom(src: Operand): void

Returns void


Loads operand from its JSON representation object.

▸ loadFromData(model: DataModel,operand: OperandData): void

Returns void