INotifiable
Required Methods
getNotifiableId
Name
Type
Required
Default
Description
getNotifiableType
Name
Type
Required
Default
Description
Last updated
This is a required interface for any component that should be able to receive notifications in your application. Using the implements keyword is optional.
The id representing this Notifiable.
No arguments
Return: (string) The Notifiable id.
The type of this Notifiable.
No arguments
Return: (string) The Notifiable type.
Last updated
