# StringSearchOptions
The optional options to pass to the findString. Pass a
dictionary with one or more of the following string-keys:
* caseSensitive
(Boolean value)
* backward
(Boolean value)
* wraps
(Boolean value)
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# backward
backward :Boolean
The direction to search from the current selection. The search will respect the writing direction of the document
Default: false
# caseSensitive
caseSensitive :Boolean
Whether or not the search should be case sensitive.
Default: false
# wraps
wraps :Boolean
Whether the search should start at the beginning of the document once it reaches the end.
Default: true