Comp

lui.Comp
trait Comp extends Component

Attributes

Graph
Supertypes
trait Component
trait Modifier[HtmlElement]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

override def apply(element: HtmlElement): Unit

You can count on this method being a no-op in your libraries and end user code.

You can count on this method being a no-op in your libraries and end user code.

The reason this method is not abstract is to avoid broken SAM sugar in case of meta modifiers. See https://github.com/raquo/scala-dom-types/issues/27

Attributes

Definition Classes
Component -> Modifier
Inherited from:
Component
def root: HtmlElement

Attributes

Inherited from:
Component