Skip to content

Vizel API / core/src / unmountFromVizelPortal

Function: unmountFromVizelPortal()

ts
function unmountFromVizelPortal(wrapper): void;

Defined in: packages/core/src/controllers/portal.ts:143

Unmount an element from the portal container.

Parameters

ParameterTypeDescription
wrapperHTMLElementThe wrapper element returned by mountToVizelPortal

Returns

void

Released under the MIT License.