import { NodePos } from "https://deno.land/x/netzo@0.5.14/deps/@tiptap/react.ts";
Constructors
Properties
Methods
querySelector(selector: string, attributes?: { [key: string]: any; }): NodePos | null
querySelectorAll(): NodePos[]
selector: string,
attributes?: { [key: string]: any; },
firstItemOnly?: boolean,
setAttribute(attributes: { [key: string]: any; }): void