Skip to content

EntityAttrData interface

Entity attribute JSON representation object.

MetaEntityAttrDTO


The caption.

● cptn: string


● dattr?: string


The default operator.

● defOperator: string


The description.

● desc?: string


Display format

● dfmt?: string


The data type.

● dtype: DataType


Value editor id

● edtr?: string


The id.

● id: string


Is editable

● ied?: boolean


Is primary key

● ifk: boolean


Is primary key

● ipk: boolean


Is visible

● ivis?: boolean


● kind: EntityAttrKind


Look Up attribute

● lattr: string


● ldattr?: string


● lent?: string


Is nullabel

● nul?: boolean


List of operators.

● ops: string[]


Show in lookup

● sil?: boolean


The size of data.

● size: number


Show On Create

● soc?: boolean


Show On Edit

● soe?: boolean


Show On View

● sov?: boolean


The sql expression

● sql: string


User data

● udata?: string


Use in conditions.

● uic: boolean


Use in result.

● uir: boolean


Use in sorting.

● uis: boolean