ComponentOrPending class abstract
- Implementers
- Available extensions
Constructors
Properties
Methods
-
afterUpdate(
void callback()) → void -
beforeUpdate(
void callback()) → void -
emitCustom(
String type, [Object? detail]) → void -
Available on ComponentOrPending, provided by the EmitCustomEvent extension
-
emitEvent(
Event event) → void - Emits, or forwards, a custom or DOM event.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDestroy(
void callback()) → void -
onMount(
Object? callback()) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited