Przejdź do głównej zawartości

Interface: PickupWidgetManager

One mounted widget instance.

Methods

destroy()

destroy(): void

Remove the widget and release everything it registered. Safe to call more than once.

Returns

void


mount()

mount(container): Promise<void>

Load the widget's assets and mount it into container. Safe to await more than once.

Parameters

container

HTMLElement

Returns

Promise<void>