Magek Framework
GitHub
Website
Preparing search index...
NotificationInterface
Type Alias NotificationInterface
All Notification classes of your application must implement this interface.
type
NotificationInterface
=
{
partitionId
?:
string
;
topic
?:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
partition
Id?
topic?
Properties
Optional
partition
Id
partitionId
?:
string
Optional
topic
topic
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
partition
Id
topic
GitHub
Website
Magek Framework
Loading...
All Notification classes of your application must implement this interface.