EntityAttrData interface
Entity attribute JSON representation object.
Extends
Section titled “Extends”MetaEntityAttrDTO
- cptn
- dattr
- defOperator
- desc
- dfmt
- dtype
- edtr
- id
- ied
- ifk
- ipk
- ivis
- kind
- lattr
- ldattr
- lent
- nul
- ops
- sil
- size
- soc
- soe
- sov
- sql
- udata
- uic
- uir
- uis
Properties
Section titled “Properties”The caption.
● cptn: string
● dattr?: string
defOperator
Section titled “defOperator”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
Section titled “ldattr”● 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