ReactClassConfig class
A JS interop class used as an argument to React.createClass.
See: reactjs.org/docs/react-api.html#components.
DEPRECATED.
Will be removed alongside React.createClass.
- Annotations
-
- @Deprecated('For internal use only.')
- @JS()
- @anonymous
Constructors
-
ReactClassConfig({String? displayName, List? mixins, Function? componentWillMount, Function? componentDidMount, Function? componentWillReceiveProps, Function? shouldComponentUpdate, Function? componentWillUpdate, Function? componentDidUpdate, Function? componentWillUnmount, Function? getChildContext, Map<
String, dynamic> ? childContextTypes, Function? getDefaultProps, Function? getInitialState, Function? render}) -
factory
Properties
- 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