SearchOptions: {
    abortSignal?: AbortSignal;
}

Optional parameters that may be given to a search function of a component that uses the LisSearchMixin mixin. The AbortSignal instance will emit if a search is performed before the current search completes. This signal should be used to cancel in-flight requests if the search API supports it.

Type declaration

Generated using TypeDoc