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

    Interface QueryResult<T>Internal

    Pending query.

    interface QueryResult<T> {
        cancel(): any;
    }

    Type Parameters

    • T

    Hierarchy

    Index

    Methods

    Methods

    • Function to stop the query.

      Returns any