Renderable class abstract

Mixed-in types
Implementers

Constructors

Renderable()

Properties

hashCode int
The hash code for this object.
no setterinherited
host ↔ HTMLElement
getter/setter pair
imports List<Renderable>
no setter
instanceId String?
getter/setter pair
methodRegistry Map<String, Function>
no setter
name String
no setter
props Map<String, dynamic>
no setter
propsData Map<String, dynamic>
getter/setter pair
renderContext Map<String, dynamic>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style Future<String?>
no setter
template Future<String>
no setter
unifiedContext Map<String, dynamic>
no setter

Methods

afterRender() → void
inherited
build() → HTMLElement
createImportByName(String name) Renderable?
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
render() Future<void>
setState(void updater()) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

jinjaEnv → Environment
final