UNPKG

@silexlabs/grapesjs-notifications

Version:

This GrapesJs plugin is designed to enhance the user experience within the editor by providing a robust notification system. This plugin captures and displays various types of notifications including errors, warnings, and activities, thereby facilitating

6 lines (5 loc) 253 B
// Command IDs for notifications export const NOTIFICATION_ADD = 'notifications:add' export const NOTIFICATION_REMOVE = 'notifications:remove' export const NOTIFICATION_CLEAR = 'notifications:clear' export const NOTIFICATION_LIST = 'notifications:list'