MCPcopy
hub / github.com/infinitered/reactotron / PluginConfig

Interface PluginConfig

lib/reactotron-redux/src/pluginConfig.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface PluginConfig {
2 restoreActionType?: string
3 onBackup?: (state: any) => any
4 onRestore?: (restoringState: any, reduxState: any) => any
5 // eslint-disable-next-line @typescript-eslint/ban-types
6 except?: (string | Function | RegExp)[]
7 isActionImportant?: (action: any) => boolean
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected