pdfrx_web
    Preparing search index...

    Interface StartTextSearchOptions

    interface StartTextSearchOptions {
        caseInsensitive?: boolean;
        goToFirstMatch?: boolean;
        searchImmediately?: boolean;
    }
    Index
    caseInsensitive?: boolean

    Match without regard to case. Default: true.

    goToFirstMatch?: boolean

    Navigate to the first match as soon as it is found. Default: true.

    searchImmediately?: boolean

    Skip the 500ms debounce used for type-as-you-search.