empty

wvlet.airframe.rx.html.HtmlNode$.empty$
object empty extends HtmlNode

Attributes

Graph
Supertypes
trait HtmlNode
trait HtmlNodeBase
class Object
trait Matchable
class Any
Self type
empty.type

Members list

Value members

Inherited methods

def renderTo(nodeId: String): (Node, Cancelable)

(Scala.js only) Render this element to the DOM node of the given ID. If the corresponding DOM node is not found, this method will create a new DOM node.

(Scala.js only) Render this element to the DOM node of the given ID. If the corresponding DOM node is not found, this method will create a new DOM node.

Attributes

Returns

A pair of DOM node and a Cancelable object to clean up the rendered elements

Inherited from:
HtmlNodeBase

Deprecated and Inherited methods

def unless(cond: => Boolean): HtmlNode

Attributes

Deprecated
[Since version 23.7.0]
Inherited from:
HtmlNode
def when(cond: => Boolean): HtmlNode

Attributes

Deprecated
[Since version 23.7.0]
Inherited from:
HtmlNode