Skip to main content
Version: Next

Interface: ModelIdentifier

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

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

Properties​

revealInternalId​

readonly revealInternalId: symbol

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

Unique ID of the model.

Methods​

sourceModelIdentifier()​

sourceModelIdentifier(): string

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

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

Returns​

string