Skip to content

EntityData interface

Entity JSON representation object.

MetaEntityDTO


List of attributes.

● attrs?: EntityAttrData[]


The description.

● desc?: string


List of sub-entities.

● ents?: EntityData[]


The id.

● id: string


The name.

● name: string


The name in plural form

● namePlur?: string


Use in conditions.

● uic: boolean


Use in result.

● uir: boolean


Use in sorting.

● uis: boolean