import { type EditorOptions } from "https://deno.land/x/netzo@0.5.65/deps/@tiptap/react.ts";
Properties
content: Content
extensions: Extensions
autofocus: FocusPosition
editorProps: EditorProps
parseOptions: ParseOptions
enableInputRules: EnableRules
enablePasteRules: EnableRules
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