Skip to content

EntityAttrData interface

Entity attribute JSON representation object.


The caption.

● cptn: string


The default operator.

● defOperator: string


The description.

● desc?: string


The data type.

● dtype: DataType


Value editor id

● edtr?: string


The id.

● id: string


Look Up attribute

● lookupAttr: string


List of operators.

● ops: string[]


The size of data.

● size: number


The sql expression

● sql: string


Use in conditions.

● uic: boolean


Use in result.

● uir: boolean


Use in sorting.

● uis: boolean