map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface AsyncQueryResult<ItemType>

    Response of an asynchronous query.

    interface AsyncQueryResult<ItemType extends IndexableThing> {
        total?: Promise<number>;
    }

    Type Parameters

    Hierarchy

    Index

    Properties

    Properties

    total?: Promise<number>

    Total number of available items in the result.

    transport the 'total' value on the result array.