FeedbackGroupBy
July 15, 2025 ยท View on GitHub
Group by options for feedback
Example Usage
import { FeedbackGroupBy } from "@inkeep/inkeep-analytics/models/components";
let value: FeedbackGroupBy = {
field: "reasons",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
field | components.FeedbackField | :heavy_check_mark: | Available fields for Feedback |
path | string[] | :heavy_minus_sign: | N/A |
includeInSelect | boolean | :heavy_minus_sign: | N/A |