JavaScript APIuiFunctionsremoveOn this pageremove() remove(element): void Defined in: ui.ts:101 Removes the [element] from the DOM, and disposes any widgets that the [element] might contain. See also [empty]. Parameters ParameterTypeelementHTMLElement Returns void