Represents a set of Properties within a DataModel.

This set is:

For detailed usage, refer to @xeokit/sdk/data.

Constructors

Properties

id: string

The unique identifier for this PropertySet.

PropertySet instances are registered by this ID in Data.propertySets and DataModel.propertySets.

models: DataModel[]

The DataModels that this PropertySet belongs to.

name: string

The human-readable name of this PropertySet.

originalSystemId?: string

The ID of the corresponding object in the originating system, if applicable.

properties: Property[]

The collection of Properties within this PropertySet.

type: string

The type of this PropertySet.