Docs (4.0.0)
class TestOutputElement method

blur

Removes input focus from this element.

blur(): this

Notes

  • This method sends a focusout event, if the element is currently focused and part of rendered output (see isOutput())

Related