@twinfinity/core
    Preparing search index...

    Interface T8ClientModelDTO

    interface T8ClientModelDTO {
        computedPropertyNameValues: string[];
        computedPropertySetNameValues: string[];
        computedPropertySets: T8ClientPropertySetDTO[];
        computedPropertyValues: T8ClientPropertyValueDTO[];
        consolidatedComputedPropertySetIndices: TypedArray[];
        consolidatedDataValues: T8ClientDataValueDTO[][];
        consolidatedPropertySetIndices: TypedArrayWithConflictFlag[];
        consolidatedQuantityIndices: TypedArray[];
        data: T8ClientModelData;
        elementQuantities: T8ClientElementQuantitiesDTO[];
        entityTypeDataValues: T8ClientDataValueDTO[][];
        entityTypePropertySetIndices: TypedArrayWithConflictFlag[];
        entityTypeQuantityIndices: TypedArray[];
        globalIds: string[];
        productAggregatesIndices: TypedArray[];
        productComputedPropertySetIndices: TypedArray[];
        productContainsIndices: TypedArray[];
        productDataNameValues: string[];
        productDataValues: T8ClientDataValueDTO[][];
        productPropertySetIndices: TypedArrayWithConflictFlag[];
        productQuantityIndices: TypedArray[];
        projectAggregates: TypedArray;
        projectDataValues: T8ClientDataValueDTO[];
        projectPropertySetIndices: TypedArrayWithConflictFlag;
        projectQuantityIndices: TypedArray;
        propertyNameValues: string[];
        propertySetNameValues: string[];
        propertySets: T8ClientPropertySetDTO[];
        propertyValues: T8ClientPropertyValueDTO[];
        quantityNameValues: string[];
        quantitySetNameValues: string[];
        quantityValues: T8ClientPropertyValueDTO[];
        schema: string;
        stringValues: string[];
        typeDataNameValues: string[];
        typeValues: string[];
        units: T8ClientUnitDTO[];
        valueTypeValues: string[];
        version: number;
    }
    Index

    Properties

    computedPropertyNameValues: string[]
    computedPropertySetNameValues: string[]
    computedPropertySets: T8ClientPropertySetDTO[]
    computedPropertyValues: T8ClientPropertyValueDTO[]
    consolidatedComputedPropertySetIndices: TypedArray[]
    consolidatedDataValues: T8ClientDataValueDTO[][]
    consolidatedPropertySetIndices: TypedArrayWithConflictFlag[]
    consolidatedQuantityIndices: TypedArray[]
    elementQuantities: T8ClientElementQuantitiesDTO[]
    entityTypeDataValues: T8ClientDataValueDTO[][]
    entityTypePropertySetIndices: TypedArrayWithConflictFlag[]
    entityTypeQuantityIndices: TypedArray[]
    globalIds: string[]
    productAggregatesIndices: TypedArray[]
    productComputedPropertySetIndices: TypedArray[]
    productContainsIndices: TypedArray[]
    productDataNameValues: string[]
    productDataValues: T8ClientDataValueDTO[][]
    productPropertySetIndices: TypedArrayWithConflictFlag[]
    productQuantityIndices: TypedArray[]
    projectAggregates: TypedArray
    projectDataValues: T8ClientDataValueDTO[]
    projectPropertySetIndices: TypedArrayWithConflictFlag
    projectQuantityIndices: TypedArray
    propertyNameValues: string[]
    propertySetNameValues: string[]
    propertySets: T8ClientPropertySetDTO[]
    propertyValues: T8ClientPropertyValueDTO[]
    quantityNameValues: string[]
    quantitySetNameValues: string[]
    quantityValues: T8ClientPropertyValueDTO[]
    schema: string
    stringValues: string[]
    typeDataNameValues: string[]
    typeValues: string[]
    valueTypeValues: string[]
    version: number