StateManagerLifecycle
Overview
Type: interface
Lifecycle hooks for the State Manager.
Properties
init
— Will be invoked upon instantiation of the State Manager. Also seeStateManagerInitArgs
.
Type:Function
Required: NodidSet
— Will be invoked each time the.set
method is called, even if the actual value remains the same. Also seeStateManagerDidSetArgs
.
Type:Function
Required: NodidReset
— Will be invoked each time the.reset
method is called.
Type:Function
Required: No