Interface ResultSelectionHandle

Cleanup handle returned when a result item has been selected.

interface ResultSelectionHandle {
    remove(): void;
}

Methods

Methods

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

    Returns void

Generated using TypeDoc