Creates an instance of Notification API
The instance API for the RAMP that this should be associated with.
Readonly
$iThe instance of RampMap API scoped to a single Vue R4MP application.
The instance of Vue R4MP application controlled by this InstanceAPI.
This is just a shorthand for this.$iApi.$vApp
.
Adds a notification group, which can be used to hold multiple messages.
The id for the group
The type of notification the group will hold, 'error' 'warning' or 'info'
The "main" message for the notification, describing the grouped messages
Returns the group with the id provided, returns undefined
if there is no such group
The id of the group wanted
Shows a notification with the type and message provided
The type of notification to display
The message to display in the notification
A base class for anything requiring access to the InstanceApi and instance of Vue app controlled by it.
Export
APIScope