EntityAttrData interface

Entity attribute JSON representation object.

Index

Properties

Properties


cptn

The caption.

● cptn: string


defOperator

The default operator.

● defOperator: string


desc

The description.

● desc?: string


dtype

The data type.

● dtype: DataType


edtr

Value editor id

● edtr?: string


id

The id.

● id: string


lookupAttr

Look Up attribute

● lookupAttr: string


ops

List of operators.

● ops: string[]


size

The size of data.

● size: number


sqlExpr

The sql expression

● sqlExpr: string


uic

Use in conditions.

● uic: boolean


uir

Use in result.

● uir: boolean


uis

Use in sorting.

● uis: boolean