import { Node } from "https://deno.land/x/netzo@0.4.78/deps/@tiptap/react.ts";
Constructors
new
Node(config?: Partial<NodeConfig<Options, Storage>>)Properties
Static Methods
create<O = any, S = any>(config?: Partial<NodeConfig<O, S>>): Node<O, S>