|
export const Events = {
|
|
COMPONENT_CREATED: "component:created",
|
|
COMPONENT_UPDATED: "component:updated",
|
|
APP_VIEW_PUBLISHED: "app:view_published",
|
|
BLOCK_EJECTED: "block:ejected",
|
|
}
|
|
|
|
export const EventSource = {
|
|
PORTAL: "portal",
|
|
URL: "url",
|
|
NOTIFICATION: "notification",
|
|
}
|