Function: hideIfOwner()
function hideIfOwner(oldOwner): void;
Defined in: packages/blockly/core/widgetdiv.ts:244
Destroy the widget and hide the div if it is being used by the specified object.
Parameters
| Parameter | Type | Description |
|---|---|---|
oldOwner | unknown | The object that was using this container. |
Returns
void