API Reference
@univerjs
@univerjs/find-replace
interfaces
Ifindmoveparams

@univerjs/find-replace v0.1.17Docs


Interface: IFindMoveParams

Properties

PropertyTypeDescriptionDefined in
loop?booleanGo to next (previous) matching in a loop.packages/find-replace/src/services/find-replace.service.ts:43 (opens in a new tab)
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.packages/find-replace/src/services/find-replace.service.ts:52 (opens in a new tab)
stayIfOnMatch?booleanIf the the selection is on the match and then should stay on the match.packages/find-replace/src/services/find-replace.service.ts:46 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.