@webex/cc-components 1.28.0-ccwidgets.24 → 1.28.0-ccwidgets.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +81 -81
- package/dist/types/components/UserState/user-state.types.d.ts +4 -0
- package/dist/wc.js +80 -80
- package/package.json +2 -2
|
@@ -31,6 +31,10 @@ export interface IUserState {
|
|
|
31
31
|
* The duration of the current user state
|
|
32
32
|
*/
|
|
33
33
|
elapsedTime: number;
|
|
34
|
+
/**
|
|
35
|
+
* The duration since the last idle code change
|
|
36
|
+
*/
|
|
37
|
+
lastIdleStateChangeElapsedTime: number;
|
|
34
38
|
/**
|
|
35
39
|
* The idle code of the current user state
|
|
36
40
|
*/
|