Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@tiptap/react.ts>EditorOptions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface EditorOptions
Re-export
import { type EditorOptions } from "https://deno.land/x/netzo@0.5.94/deps/@tiptap/react.ts";

Properties

element: Element
content: Content
extensions: Extensions
injectCSS: boolean
injectNonce: string | undefined
autofocus: FocusPosition
editable: boolean
editorProps: EditorProps
parseOptions: ParseOptions
optional
coreExtensionOptions: { clipboardTextSerializer?: { blockSeparator?: string; }; }
enableInputRules: EnableRules
enablePasteRules: EnableRules
enableCoreExtensions: boolean
onBeforeCreate: (props: EditorEvents["beforeCreate"]) => void
onCreate: (props: EditorEvents["create"]) => void
onUpdate: (props: EditorEvents["update"]) => void
onSelectionUpdate: (props: EditorEvents["selectionUpdate"]) => void
onTransaction: (props: EditorEvents["transaction"]) => void
onFocus: (props: EditorEvents["focus"]) => void
onBlur: (props: EditorEvents["blur"]) => void
onDestroy: (props: EditorEvents["destroy"]) => void