Skip to content

Vizel API / core/src / CreateVizelEditorInstanceResult

Interface: CreateVizelEditorInstanceResult

Defined in: packages/core/src/utils/editorFactory.ts:90

Result of creating a Vizel editor instance.

Properties

editor

ts
editor: Editor;

Defined in: packages/core/src/utils/editorFactory.ts:92

The created Tiptap editor instance


imageOptions

ts
imageOptions: VizelImageFeatureOptions;

Defined in: packages/core/src/utils/editorFactory.ts:94

Image upload options extracted from features (for event handler registration)

Released under the MIT License.