Show Notification
Show a notification to the player
Description
'show notification <notification_id> [time]'Parameters
Name
Type
Description
Configuration
monogatari.action('Notification').notifications({
'<notification_id>': {
title: '',
body: '',
icon: ''
}
});Properties
Name
Type
Description
Browser Permissions
Examples
Simple Notification
Timed Notification
Multiple Notifications
Using Variable Interpolation
Behavior Notes
Error Handling
Related Actions
Last updated
Was this helpful?