components property

List<Component> components
finalinherited

Engine-side behavior attached to the node. Diffed by identity: keep a component instance stable across rebuilds to keep its state.

Implementation

final List<Component> components;