EntityData interface

Entity JSON representation object.

Index

Properties

Properties


attrs

List of attributes.

● attrs?: EntityAttrData[]


desc

The description.

● desc?: string


ents

List of sub-entities.

● ents?: EntityData[]


name

The name.

● name: string


uic

Use in conditions.

● uic: boolean


uir

Use in result.

● uir: boolean


uis

Use in sorting.

● uis: boolean