@univerjsfind-replaceReadme

@univerjs/find-replace v0.5.4


@univerjs/find-replace

Enumerations

EnumerationDescription
FindBy-
FindDirection-
FindScope-

Classes

ClassDescription
FindModel-
FindReplaceController-
FindReplaceModelThis class stores find replace results and provides methods to perform replace or something.
FindReplaceStateThis class stores find replace options state. These state are stored here instead of the React component so we can change state from operations.
UniverFindReplacePluginPlug-in base class, all plug-ins must inherit from this base class. Provide basic methods.

Interfaces

InterfaceDescription
IFindComplete-
IFindMatch-
IFindMoveParams-
IFindQueryThe find query object with finding options.
IFindReplaceProviderA provider should be implemented by a business to provide the find results.
IFindReplaceServiceThis service works as a core of the find & replace feature.
IFindReplaceState-
IReplaceAllResult-

Variables

VariableDescription
GoToNextMatchOperation-
GoToPreviousMatchOperation-
OpenFindDialogOperation-
OpenReplaceDialogOperation-
ReplaceAllMatchesCommand-
ReplaceCurrentMatchCommand-

Functions

FunctionDescription
createInitFindReplaceState-
IFindReplaceService-