jodit-pro
Version:
PRO Version of Jodit Editor
6 lines (5 loc) • 334 B
TypeScript
import type { IToolParameter } from "../../interface/index";
export declare const name = "replaceBlock";
export declare const description = "Replace a specific block in the document by its index or CSS selector with new HTML content";
export declare const parameters: IToolParameter[];
export declare const requiresPermission = true;