Component class abstract

Inheritance

Constructors

Component()

Properties

hashCode int
The hash code for this object.
no setterinherited
host ↔ HTMLElement
getter/setter pairinherited
imports List<Component>
no setteroverride
instanceId String?
getter/setter pairinherited
methodRegistry Map<String, Function>
no setteroverride
name String
no setterinherited
processedProps Map<String, dynamic>
final
prop → dynamic
latefinal
props Map<String, dynamic>
no setteroverride
propsData Map<String, dynamic>
getter/setter pairinherited
propsRegistry Map<String, dynamic>
final
renderContext Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → dynamic
latefinal
states Map<String, dynamic>
final
style Future<String?>
no setterinherited
template Future<String>
no setterinherited
trigger → dynamic
latefinal
unifiedContext Map<String, dynamic>
no setterinherited

Methods

afterRender() → void
inherited
build() → HTMLElement
inherited
createImportByName(String name) Renderable?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDestroy() → void
inherited
onInit() → void
inherited
onMounted() → void
inherited
onUpdated() → void
inherited
receiveProps(Map<String, dynamic> newProps) → void
override
render() Future<void>
inherited
setState(void updater()) → void
override
toString() String
A string representation of this object.
inherited
updateState<T>(String key, T value) → void
Actualiza el estado de key a value y dispara render de forma segura.

Operators

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