@legumeinfo/web-components
    Preparing search index...

    Type Alias PaginatedSearchOptions

    Optional parameters that may be given to a search function of a component that uses the LisPaginatedSearchMixin 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 PaginatedSearchOptions = {
        abortSignal?: AbortSignal;
    }
    Index

    Properties

    Properties

    abortSignal?: AbortSignal