Namespace: find

Marked. find

In-preview find bar/search navigation.

Source:
find.js

Methods


<static> close()

Close find UI and remove active search highlights.

Source:
find.js

<static> init()

Initialize and display the find bar UI.

Source:
find.js

<static> next()

Select the next visible match result.

Source:
find.js
Returns:

False when no result set is available.

Type
boolean

<static> prev()

Select the previous visible match result.

Source:
find.js
Returns:

False when no result set is available.

Type
boolean

<static> setString(string)

Seed the find bar value and execute an initial search.

Parameters:
Name Type Description
string string

Search query to apply.

Source:
find.js