(content: EditorContent.Content, args?: Partial<EditorContent.SetContentArgs>)
| 858 | */ |
| 859 | public setContent(content: string | AstNode, args?: Partial<EditorContent.SetContentArgs>): void; |
| 860 | public setContent(content: EditorContent.Content, args?: Partial<EditorContent.SetContentArgs>): void { |
| 861 | EditorContent.setContent(this, content, args); |
| 862 | } |
| 863 | |
| 864 | /** |
| 865 | * Gets the content from the editor instance, this will cleanup the content before it gets returned using |
no outgoing calls