jodit-pro
Version:
PRO Version of Jodit Editor
6 lines (5 loc) • 298 B
TypeScript
import type { IToolParameter } from "../../interface/index";
export declare const name = "replaceSelection";
export declare const description = "Replace the current selection with new HTML content";
export declare const parameters: IToolParameter[];
export declare const requiresPermission = true;