@jsvision/ui / ReplaceRec
Interface: ReplaceRec
Defined in: ui/src/editor/editor-dialog.ts:30
What the user entered in the Replace dialog.
Extends
Properties
find
find:
string
Defined in: ui/src/editor/editor-dialog.ts:24
The text to search for.
Inherited from
options
options:
SearchOptions
Defined in: ui/src/editor/editor-dialog.ts:26
The match options.
Inherited from
promptOnReplace
promptOnReplace:
boolean
Defined in: ui/src/editor/editor-dialog.ts:34
Ask for confirmation before each replacement when true.
replace
replace:
string
Defined in: ui/src/editor/editor-dialog.ts:32
The replacement text.
replaceAll
replaceAll:
boolean
Defined in: ui/src/editor/editor-dialog.ts:36
Replace every match without stopping when true.