ReactClass class

A React class specification returned by React.createClass.

To be used as the value of ReactElement.type, which is set upon initialization by a component factory or by React.createElement.

See: reactjs.org/docs/react-api.html#components

Annotations
  • @JS()
  • @anonymous

Constructors

ReactClass()

Properties

dartComponentVersion String?
A string to distinguish between different Dart component implementations / base classes.
getter/setter pair
dartDefaultProps Map?
The cached, unmodifiable copy of Component.getDefaultProps computed in registerComponent.
getter/setter pair
defaultProps JsMap?
The cached, unmodifiable copy of Component2.defaultProps computed in registerComponent2.
getter/setter pair
displayName String?
The displayName string is used in debugging messages.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited