@univerjs/find-replace v0.4.2 • Docs
Interface: IFindMoveParams
Properties
Property | Type | Description | Defined in |
---|---|---|---|
ignoreSelection? | boolean | Go the next selection ignoring the current selection's position. | packages/find-replace/src/services/find-replace.service.ts:47 (opens in a new tab) |
loop? | boolean | Go to next (previous) matching in a loop. | packages/find-replace/src/services/find-replace.service.ts:41 (opens in a new tab) |
noFocus? | boolean | If this param is true, we should only change matching position without performing focusing. This usually happens when "moving" is triggered when a document's content changes. | packages/find-replace/src/services/find-replace.service.ts:53 (opens in a new tab) |
stayIfOnMatch? | boolean | If the the selection is on the match and then should stay on the match. | packages/find-replace/src/services/find-replace.service.ts:44 (opens in a new tab) |