@dokieli/notifications - v1.1.0
Preparing search index...
Notification
Interface Notification
interface
Notification
{
actor
?:
string
|
NotificationActor
;
content
?:
string
;
context
?:
string
;
extensions
?:
Record
<
string
,
unknown
>
;
id
:
string
;
license
?:
string
;
name
?:
string
;
object
?:
string
|
NotificationObject
;
published
?:
string
;
summary
?:
string
;
target
?:
string
;
to
?:
string
|
string
[]
;
type
:
ActivityType
|
ActivityType
[]
;
updated
?:
string
;
}
Index
Properties
actor?
content?
context?
extensions?
id
license?
name?
object?
published?
summary?
target?
to?
type
updated?
Properties
Optional
actor
actor
?:
string
|
NotificationActor
Optional
content
content
?:
string
Optional
context
context
?:
string
Optional
extensions
extensions
?:
Record
<
string
,
unknown
>
id
id
:
string
Optional
license
license
?:
string
Optional
name
name
?:
string
Optional
object
object
?:
string
|
NotificationObject
Optional
published
published
?:
string
Optional
summary
summary
?:
string
Optional
target
target
?:
string
Optional
to
to
?:
string
|
string
[]
type
type
:
ActivityType
|
ActivityType
[]
Optional
updated
updated
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
content
context
extensions
id
license
name
object
published
summary
target
to
type
updated
@dokieli/notifications - v1.1.0
Loading...