PopoverSuggest.setAutoDestroy method
PopoverSuggest › setAutoDestroy
Unofficial
Set the element that triggers automatic destruction of the popover when removed.Signature:
setAutoDestroy(el: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| el | HTMLElement | The element to watch for removal. |
Returns: void