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

    Interface ResultSelectionHandle

    Cleanup handle returned when a result item has been selected.

    interface ResultSelectionHandle {
        remove(): void;
    }
    Index

    Methods

    Methods

    • A cleanup function to clear side effects made by the selection, if applicable (e.g. highlights).

      Returns void