diff --git a/docs/en/guide/command-execute.md b/docs/en/guide/command-execute.md index cfaff8e..79e0e24 100644 --- a/docs/en/guide/command-execute.md +++ b/docs/en/guide/command-execute.md @@ -79,6 +79,16 @@ Usage: instance.command.executeSetRange(startIndex: number , endIndex: number) ``` +## executeForceUpdate + +Feature: force update editor + +Usage: + +```javascript +instance.command.executeForceUpdate(options?: IForceUpdateOption) +``` + ## executeUndo Feature: Undo @@ -755,9 +765,11 @@ instance.command.executeWordTool() ``` ## executeSetHTML + Feature: Set the editor HTML data Usage: + ```javascript instance.command.executeSetHTML(payload: Partial