import {PropertySet} from '@xeokit/xeokit-sdk/src/viewer/metadata/PropertySet.js'
PropertySet
A set of properties associated with one or more MetaObjects.
A PropertySet is created within MetaScene#createMetaModel and belongs to a MetaModel.
Each PropertySet is registered by PropertySet#id in MetaScene#propertySets and MetaModel#propertySets.
Member Summary
Public Members | ||
public |
Globally-unique ID for this PropertySet. |
|
public |
The MetaModels that share this PropertySet. |
|
public |
Human-readable name of this PropertySet. |
|
public abstract |
ID of the corresponding object within the originating system, if any. |
|
public |
Properties within this PropertySet. |
|
public |
Type of this PropertySet. |
Public Members
public id: String source
Globally-unique ID for this PropertySet.
PropertySet instances are registered by this ID in MetaScene#propertySets and MetaModel#propertySets.
Properties:
Name | Type | Attribute | Description |
id | * |
public name: String source
Human-readable name of this PropertySet.
Properties:
Name | Type | Attribute | Description |
name | * |
public abstract originalSystemId: String source
ID of the corresponding object within the originating system, if any.