Zamok Kiosk API
Preparing search index...
module-service-desk2/lib/shared/reducers
selectState
Function selectState
selectState
(
state
:
{
serviceDeskShared
:
{
activeCalls
:
ActiveCall
[]
;
currentActiveCall
:
null
|
ActiveCall
;
todaysStatistics
:
null
|
TodaysStatistics
;
}
;
}
,
)
:
{
activeCalls
:
ActiveCall
[]
;
currentActiveCall
:
null
|
ActiveCall
;
todaysStatistics
:
null
|
TodaysStatistics
;
}
Parameters
state
:
{
serviceDeskShared
:
{
activeCalls
:
ActiveCall
[]
;
currentActiveCall
:
null
|
ActiveCall
;
todaysStatistics
:
null
|
TodaysStatistics
;
}
;
}
Returns
{
activeCalls
:
ActiveCall
[]
;
currentActiveCall
:
null
|
ActiveCall
;
todaysStatistics
:
null
|
TodaysStatistics
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Zamok Kiosk API
Loading...