Documentation - v19.2.0-dev
    Preparing search index...

    Interface TwinObject<TProperties>

    interface TwinObject<
        TProperties extends TwinObjectProperty[] = TwinObjectProperty[],
    > {
        fields: TProperties;
        name: string;
        teiaType: string;
        twinObjectGuid: string;
        twinProjectId: number;
        type: "Ifc" | "Byte";
    }

    Type Parameters

    Index

    Properties

    fields: TProperties
    name: string
    teiaType: string
    twinObjectGuid: string
    twinProjectId: number
    type: "Ifc" | "Byte"