EventsGroupBy
April 8, 2025 ยท View on GitHub
Group by options for events
Example Usage
import { EventsGroupBy } from "@inkeep/inkeep-analytics/models/components";
let value: EventsGroupBy = {
field: "eventType",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
field | components.EventsField | :heavy_check_mark: | Available fields for Events |
path | string[] | :heavy_minus_sign: | N/A |
includeInSelect | boolean | :heavy_minus_sign: | N/A |