Skip to main content

T8Property <TUnit>

Represents a single property value with its type and optional unit.

Index

Properties

Properties

type

type: string

The type identifier of the property (e.g. IfcAreaMeasure or IfcText)

optionalunit

unit?: TUnit

Optional unit of measurement for the property

optionalvalue

value?: string | number | boolean

The property value (can be boolean, number, or string)

Page Options