Skip to content

PopoverSuggest.setAutoDestroy method

PopoverSuggest › setAutoDestroy

Unofficial

Set the element that triggers automatic destruction of the popover when removed.

Signature:

setAutoDestroy(el: HTMLElement): void

Parameters:

Parameter Type Description
el HTMLElement The element to watch for removal.

Returns: void