Namespace Unity.AppUI.Redux.DevTools
Classes
ActionInspector
The state of the selected action for inspection.
ComputedState
The computed state of the monitored store.
DevToolsAction
Available actions for the DevTools.
DevToolsConfiguration
The configuration for the DevTools.
DevToolsService
A class that provides a set of tools for debugging and inspecting the state of the store.
DevToolsUIState
The state of the DevTools UI. Each DevTools window has its own state.
Instrument<TState>
The enhancer for the store creation that adds the DevTools to the store.
InstrumentedStoreExtensions
The instrumented store extensions.
InstrumentedStore<TState>
The instrumented store is a wrapper around a store that allows for the lifted state to be accessed and subscribed to.
LiftedAction
A lifted action is an action that is wrapped in another action. The
lifted reducer used in the DevTools IInstrumented
LiftedState
Represents a state wrapper used by Redux DevTools for debugging and time-travel functionality. This state maintains the action history, computed states, and configuration settings needed for development tools to function.
StoreData
The state of an available store.
UISettings
Miscellaneous settings for the DevTools UI.
Interfaces
IDevToolsService
The service that provides a set of tools for debugging and inspecting the state of the store.
IInstrumentedStore
The instrumented store interface.
IInstrumentedStore<TState>
The instrumented store is a wrapper around a store that allows for the lifted state to be accessed and subscribed to.