SearchProvider | @jupyterlab (original) (raw)

Type Parameters

Hierarchy (View Summary)

Implements

Index

Constructors

constructor

Returns SearchProvider<T>

Properties

Protected_filtersChanged

Protected_stateChanged

Protectedwidget

widget: T

Accessors

currentMatchIndex

filtersChanged

isDisposed

AbstractisReadOnly

matchesCount

stateChanged

Methods

AbstractclearHighlight

dispose

AbstractendQuery

getFilters

The filters.

Notes

TODO For now it only supports boolean filters (represented with checkboxes)

getInitialQuery

Initial value used to populate the search box.

AbstracthighlightNext

The next match if available

AbstracthighlightPrevious

The previous match if available.

AbstractreplaceAllMatches

A promise that resolves with a boolean indicating whether a replace occurred.

AbstractreplaceCurrentMatch

Returns Promise<boolean>

A promise that resolves with a boolean indicating whether a replace occurred.

AbstractstartQuery

StaticpreserveCase

Returns string