Skip to content

@serenity-is/corelib / deassociateWidget

Function: deassociateWidget()

deassociateWidget(widget): void

Defined in: src/ui/widgets/widgetutils.ts:43

Removes the association between a widget and its DOM node.

Parameters

widget

The widget to deassociate.

domNode

HTMLElement

Returns

void