Represents a property in a PropertySet.

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

Properties

description?: string

An informative description to explain the purpose or details of the property.

name: string

The name of this property.

propertySet: PropertySet

The PropertySet to which this Property belongs.

type?: string | number

The type of this property (e.g., string, number, etc.).

value: any

The value of this property.

valueType?: string | number

The type of this property's value (e.g., string, integer, etc.).