initialEffects property

List<Effect> get initialEffects

Initial effects executed when the feature is created.

Each effect handlers of this feature will get all of this effects on init.

Implementation

List<Effect> get initialEffects;