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