```css
// Property: backward// Description: The direction to search from the current selection. The search will respect the writing direction of the document// Component(s): StringSearchOptions'.backward': { backward: true }
'.backward-false': { backward: false }
```