@twinfinity/core
    Preparing search index...

    Interface BimObjectAttributeDTO

    interface BimObjectAttributeDTO {
        n: number;
        v: BimObjectAttributeValue;
    }
    Index

    Properties

    n v

    Properties

    n: number