@jsvision/ui / SearchOptions
Interface: SearchOptions
Defined in: ui/src/editor/editor-dialog.ts:14
Options controlling how a literal search matches.
Properties
caseSensitive
caseSensitive:
boolean
Defined in: ui/src/editor/editor-dialog.ts:16
Match case exactly when true.
wholeWords
wholeWords:
boolean
Defined in: ui/src/editor/editor-dialog.ts:18
Match only whole words (a match flanked by word characters is skipped) when true.