budibase/packages/builder/src/analytics/constants.js

13 lines
286 B
JavaScript
Raw Normal View History

2021-09-21 12:47:14 +02:00
export const Events = {
COMPONENT_CREATED: "component:created",
COMPONENT_UPDATED: "component:updated",
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
}
export const EventSource = {
PORTAL: "portal",
URL: "url",
NOTIFICATION: "notification",
}