Entity JSON representation object.
Extends
MetaEntityDTO
Index
Properties
Properties
attrs
List of attributes.
● attrs?: EntityAttrData[]
desc
The description.
● desc?: string
ents
List of sub-entities.
● ents?: EntityData[]
id
The id.
● id: string
name
The name.
● name: string
namePlur
The name in plural form
● namePlur?: string
uic
Use in conditions.
● uic: boolean
uir
Use in result.
● uir: boolean
uis
Use in sorting.
● uis: boolean