Options
All
  • Public
  • Public/Protected
  • All
Menu

Metadata corresponding to an Entity that represents a model.

Hierarchy

  • MetaModel

Index

Constructors

Properties

author?: string

The model author, if available.

createdAt?: string

The date the model was created, if available.

creatingApplication?: string

The application that created the model, if available.

id: string | number

Globally-unique ID.

MetaModels are registered by ID in MetaScene.metaModels.

When this MetaModel corresponds to an Entity then this ID will match the Entity.id.

metaScene?: MetaScene

Metadata on the Scene.

projectId: string | number

The project ID

propertySets: { String: PropertySet }

The PropertySets in this MetaModel.

Type declaration

revisionId?: string | number

The revision ID, if available.

rootMetaObject: MetaObject

The root MetaObject in this MetaModel's composition structure hierarchy.

schema?: string

The model schema version, if available.

Generated using TypeDoc