Class default<EntityTypeIDs, BaseEntity>

A schema specified for entities to be parsed from step.

Type Parameters

Constructors

Properties

constructors: readonly (undefined | default<EntityTypeIDs, BaseEntity>)[]

The constructor array matching the entity type IDs for this entity.

The STEP parser used to extract entities that matches this schema.

queries: readonly (readonly EntityTypeIDs[])[]

The set of queries including subtypes to be able to read data from a type index.

reflection: readonly EntityDescription<EntityTypeIDs>[]