@twinfinity/experimental
    Preparing search index...

    Interface SinglePropertyValue

    Property value for simple single value properties

    interface SinglePropertyValue {
        type: SinglePropertyValueType;
        value: string | number;
    }
    Index

    Properties

    Properties

    Type of value (e.g IfcDate, IfcAreaMeasure, IfcInteger, IfcElectricCurrentMeasure)

    value: string | number