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:

ParameterTypeDescription
elHTMLElementThe element to watch for removal.

Returns: void