You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/store-devtools/schematics/ng-add/schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@
31
31
"type": "number",
32
32
"default": 25,
33
33
"description": "number (>1) | 0 - maximum allowed actions to be stored in the history tree. The oldest actions are removed once maxAge is reached. It's critical for performance. 0 is infinite. Default is 25 for performance reasons."
34
+
},
35
+
"autoPause": {
36
+
"type": "boolean",
37
+
"default": false,
38
+
"description": "boolean - pauses recording actions and state changes when the extension window is not open."
Copy file name to clipboardExpand all lines: projects/ngrx.io/content/guide/store-devtools/config.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ number (>1) | `false` - maximum allowed actions to be stored in the history tree
12
12
13
13
boolean - connect to the Devtools Extension in log-only mode. Default is `false` which enables all extension [features](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#features).
14
14
15
+
### `autoPause`
16
+
17
+
boolean - Pauses recording actions and state changes when the extension window is not open. Default is `false`.
18
+
15
19
### `name`
16
20
17
21
string - the instance name to show on the monitor page. Default value is NgRx Store DevTools.
0 commit comments