Registers a state container in memory.
Before doing anything with the container, invoke this function.
keepState configuration attribute makes the container immune to accidental re-registration.
keepState
Each registerStateContainer() call should be paired with unregisterStateContainer() invocation.
registerStateContainer()
unregisterStateContainer()
Generated using TypeDoc
Registers a state container in memory.
Before doing anything with the container, invoke this function.
keepStateconfiguration attribute makes the container immune to accidental re-registration.Each
registerStateContainer()call should be paired withunregisterStateContainer()invocation.