...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
const result = editor.execCommand('insertText', 'Hello SynapEditor');
if (!result.isSuccess) {
console.error(result.errorMessage);
} |
...
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
const result = editor.execCommand('insertText', 'Hello SynapEditor');
if (!result.isSuccess) {
console.error(result.errorMessage);
} |
...