Skip to main content

remove()

remove(el?): HTMLElement | null

Removes the hint indication from the provided element and returns it.

Parameters

ParameterType
el?HTMLElement

Returns

HTMLElement | null

Source

ui.ts:2351