Skip to content

View.open method

View › open

Unofficial

Opens the view.

Signature:

open(parentEl: Node): Promise<void>

Parameters:

Parameter Type Description
parentEl Node The node the view gets attached to.

Returns: Promise<void>A promise that resolves when the view is opened.