@twinfinity/core
    Preparing search index...

    Interface AssetListItem

    interface AssetListItem {
        category?: string;
        createdAt: string;
        etag: string;
        id: string;
        ifcGid?: string;
        isDeleted?: boolean;
        name: string;
        parentIfcGid?: string;
        twinReference?: string;
        type?: string;
    }
    Index

    Properties

    category?: string
    createdAt: string
    etag: string
    id: string
    ifcGid?: string
    isDeleted?: boolean
    name: string
    parentIfcGid?: string
    twinReference?: string
    type?: string