Skip to content

MarkdownBaseView.reparent method

MarkdownBaseView › reparent

Unofficial

Move the editor into the new container.

Signature:

reparent(newContainer: HTMLElement): void

Parameters:

Parameter Type Description
newContainer HTMLElement New container element for the editor.

Returns: void