@twinfinity/experimental
    Preparing search index...

    Interface EntityCollection

    Collection of entities that are part of the twin

    interface EntityCollection {
        facilities?: { [key: string]: Facility };
        facilityParts?: { [key: string]: FacilityPart };
        sites?: { [key: string]: Site };
        spaces?: { [key: string]: Space };
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index

    Properties

    facilities?: { [key: string]: Facility }

    Facility entities in the Twin

    facilityParts?: { [key: string]: FacilityPart }

    Facility part entities in the Twin

    sites?: { [key: string]: Site }

    Site entities in the Twin

    spaces?: { [key: string]: Space }

    Space entities in the Twin