ReactComponent class
The JavaScript component instance, which backs each react-dart Component.
- Annotations
-
- @JS()
- @anonymous
Constructors
Properties
- context → dynamic
-
no setter
- dartComponent → Component?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- props → InteropProps
-
no setter
- refs → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ JsMap?
-
getter/setter pair
Methods
-
forceUpdate(
[dynamic callback]) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setState(
dynamic state, [dynamic callback]) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited