MarkdownBaseView.reparent method
MarkdownBaseView › reparent
Unofficial
Move the editor into the new container.Signature:
reparent(newContainer: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| newContainer | HTMLElement | New container element for the editor. |
Returns: void