react-playground
Preparing search index...
alarm/src/context
AlarmValue
Interface AlarmValue
interface
AlarmValue
{
armed
:
boolean
;
notificationEnabled
:
boolean
;
notificationPermission
:
NotificationPermission
|
"unsupported"
;
notificationSupported
:
boolean
;
remaining
:
number
;
ringing
:
boolean
;
targetTimeMs
:
number
|
null
;
}
Index
Properties
armed
notification
Enabled
notification
Permission
notification
Supported
remaining
ringing
target
Time
Ms
Properties
armed
armed
:
boolean
notification
Enabled
notificationEnabled
:
boolean
notification
Permission
notificationPermission
:
NotificationPermission
|
"unsupported"
notification
Supported
notificationSupported
:
boolean
remaining
remaining
:
number
ringing
ringing
:
boolean
target
Time
Ms
targetTimeMs
:
number
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
armed
notification
Enabled
notification
Permission
notification
Supported
remaining
ringing
target
Time
Ms
react-playground
Loading...