@twinfinity/coreInterfacesT8PropertyOn this pageT8Property <TUnit>Represents a single property value with its type and optional unit.Index PropertiestypeunitvalueProperties typetype: stringThe type identifier of the property (e.g. IfcAreaMeasure or IfcText)optionalunitunit?: TUnitOptional unit of measurement for the propertyoptionalvaluevalue?: string | number | booleanThe property value (can be boolean, number, or string)
Represents a single property value with its type and optional unit.