R
fn

createEditor

tested

Create an {@link Editor} around an initial state.

Signature

ts
export function createEditor(options: CreateEditorOptions): Editor{ ... }

Parameters

ParameterTypeDescription
optionsCreateEditorOptions

Returns

Editor