Skip to main content
Version: Next

Interface: ModelIdentifier

Defined in: packages/data-providers/src/ModelIdentifier.ts:21

Identifies a 3D model. Typically, implementations will use CdfModelIdentifier.

Properties

revealInternalId

readonly revealInternalId: symbol

Defined in: packages/data-providers/src/ModelIdentifier.ts:25

Unique ID of the model.

Methods

sourceModelIdentifier()

sourceModelIdentifier(): string

Defined in: packages/data-providers/src/ModelIdentifier.ts:31

Returns an identifier in a serialized form, which uniquely identifies the model from the data source

Returns

string