Packages

t

react

ReactDOMElement

trait ReactDOMElement extends ReactElement

A standard HTML element that has been created using createElement. Props are optional of course. We use this tag it to show that it came from the standard DOM components vs a custom one.

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactDOMElement
  2. ReactElement
  3. ReactNode
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def props: UndefOr[Object]

    Raw JS props.

    Raw JS props. You don't normally access this. Don't use.