brows3r — TypeScript API
Preparing search index...
store/notifications
nonTransferEntries
Function nonTransferEntries
nonTransferEntries
(
entries
:
{
category
:
"userInitiated"
|
"background"
;
details
:
unknown
;
id
:
string
;
message
:
string
;
operation
:
string
|
null
;
resource
:
string
|
null
;
severity
:
"info"
|
"warning"
|
"error"
|
"success"
;
timestamp
:
number
;
title
:
string
;
}
[]
,
)
:
{
category
:
"userInitiated"
|
"background"
;
details
:
unknown
;
id
:
string
;
message
:
string
;
operation
:
string
|
null
;
resource
:
string
|
null
;
severity
:
"info"
|
"warning"
|
"error"
|
"success"
;
timestamp
:
number
;
title
:
string
;
}
[]
Notifications that should surface in the bell chip + center.
Parameters
entries
:
{
category
:
"userInitiated"
|
"background"
;
details
:
unknown
;
id
:
string
;
message
:
string
;
operation
:
string
|
null
;
resource
:
string
|
null
;
severity
:
"info"
|
"warning"
|
"error"
|
"success"
;
timestamp
:
number
;
title
:
string
;
}
[]
Returns
{
category
:
"userInitiated"
|
"background"
;
details
:
unknown
;
id
:
string
;
message
:
string
;
operation
:
string
|
null
;
resource
:
string
|
null
;
severity
:
"info"
|
"warning"
|
"error"
|
"success"
;
timestamp
:
number
;
title
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
brows3r — TypeScript API
Loading...
Notifications that should surface in the bell chip + center.