Skip to content

Vizel API / core/src / getVizelFindReplaceState

Function: getVizelFindReplaceState()

ts
function getVizelFindReplaceState(state): 
  | VizelFindReplaceState
  | null;

Defined in: packages/core/src/extensions/find-replace.ts:152

Get the current Find & Replace state from the editor

Parameters

ParameterType
stateEditorState

Returns

| VizelFindReplaceState | null

Released under the MIT License.