Skip to content

MarkdownBaseView.reparent method

MarkdownBaseView › reparent

Unofficial

Move the editor into the new container.

Signature:

reparent(newContainer: HTMLElement): void

Parameters:

ParameterTypeDescription
newContainerHTMLElementNew container element for the editor.

Returns: void