2021-09-21 12:47:14 +02:00
|
|
|
export const Events = {
|
2022-06-06 13:51:22 +02:00
|
|
|
COMPONENT_CREATED: "component:created",
|
2022-11-29 19:28:26 +01:00
|
|
|
COMPONENT_UPDATED: "component:updated",
|
2022-06-06 13:51:22 +02:00
|
|
|
APP_VIEW_PUBLISHED: "app:view_published",
|
2023-09-26 10:14:53 +02:00
|
|
|
BLOCK_EJECTED: "block:ejected",
|
2021-09-21 12:47:14 +02:00
|
|
|
}
|
2022-04-20 12:08:06 +02:00
|
|
|
|
|
|
|
export const EventSource = {
|
|
|
|
PORTAL: "portal",
|
|
|
|
URL: "url",
|
|
|
|
NOTIFICATION: "notification",
|
|
|
|
}
|