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.setmethod is called, even if the actual value remains the same. Also seeStateManagerDidSetArgs.
Type:Function
Required: NodidReset— Will be invoked each time the.resetmethod is called.
Type:Function
Required: No