StateManagerOptions
Overview
Type: interface
Additional options for StateManager and AsyncStateManager.
Properties
name— The display name. Only used for debugging.
Type:string
Required: No — (default value:undefined)clientOnly— This only concerns React for the time being. If set totrue, then this State Manager cannot be used for server-side rendering.
Type:boolean
Required: No — (default value:false)visibility— This only concerns React for the time being. This is used to control whether state values will be exposed in the React Developer Tools.
Type:StateManagerVisibility
Required: No — (default value:StateManagerVisibility.ENVIRONMENT)suspense— Suspense React components that consume this State Manager while the State Manager is initializing.
Type:boolean
Required: No — (default value:false)