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

    Interface ResultItems<T>Internal

    Results of a query.

    interface ResultItems<T> {
        total?: number;
    }

    Type Parameters

    • T

    Hierarchy

    • ReadonlyArray<T>
      • ResultItems
    Index

    Properties

    Properties

    total?: number

    Total number of available items in the result.