@tauri-apps/plugin-notification - v2.3.0
Tauri Docs
GitHub
Preparing search index...
ActiveNotification
Interface ActiveNotification
interface
ActiveNotification
{
id
:
number
;
tag
?:
string
;
title
?:
string
;
body
?:
string
;
group
?:
string
;
groupSummary
:
boolean
;
data
:
Record
<
string
,
string
>
;
extra
:
Record
<
string
,
unknown
>
;
attachments
:
Attachment
[]
;
actionTypeId
?:
string
;
schedule
?:
Schedule
;
sound
?:
string
;
}
Index
Properties
id
tag?
title?
body?
group?
group
Summary
data
extra
attachments
action
Type
Id?
schedule?
sound?
Properties
id
id
:
number
Optional
tag
tag
?:
string
Optional
title
title
?:
string
Optional
body
body
?:
string
Optional
group
group
?:
string
group
Summary
groupSummary
:
boolean
data
data
:
Record
<
string
,
string
>
extra
extra
:
Record
<
string
,
unknown
>
attachments
attachments
:
Attachment
[]
Optional
action
Type
Id
actionTypeId
?:
string
Optional
schedule
schedule
?:
Schedule
Optional
sound
sound
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
tag
title
body
group
group
Summary
data
extra
attachments
action
Type
Id
schedule
sound
Tauri Docs
GitHub
@tauri-apps/plugin-notification - v2.3.0
Loading...