Event
A unique block that enables type-safe data submissions
Introduction
The Event block is a unique primitive in BaseHub. Playing with its layout and schema, you can go from a simple page view counter to a complex form submissions table.
The events are tracked in real time, so you will see the incoming events no matter the block’s layout.
Features
✅ Ideal for tracking analytics events or form submissions
✅ Can have a type-safe schema, used to render forms or send events through the SDK.
✅ Can be tracked by Workflow blocks.