@twinfinity/core
    Preparing search index...

    Interface BimChangeIfcMetadata

    Metadata for IFC's.

    interface BimChangeIfcMetadata {
        ifc: IfcMetadata;
        serverRelativeUrl: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    IFC property.

    serverRelativeUrl: string