@univerjs/find-replace v0.5.0-beta.1Docs


Interface: IFindMoveParams

Properties

PropertyTypeDescriptionDefined in
ignoreSelection?booleanGo the next selection ignoring the current selection’s position.submodules/univer/packages/find-replace/src/services/find-replace.service.ts:47
loop?booleanGo to next (previous) matching in a loop.submodules/univer/packages/find-replace/src/services/find-replace.service.ts:41
noFocus?booleanIf 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.submodules/univer/packages/find-replace/src/services/find-replace.service.ts:53
stayIfOnMatch?booleanIf the the selection is on the match and then should stay on the match.submodules/univer/packages/find-replace/src/services/find-replace.service.ts:44