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