Interface ITurnMetaIntegration

Configuration for turn-level metadata integration.

interface ITurnMetaIntegration {
    clickable?: boolean;
    enabled?: boolean;
    id: string;
    metrics: TurnMetric[];
    point: TURN_METADATA;
}

Hierarchy

  • IIntegrationBase
    • ITurnMetaIntegration

Properties

clickable?: boolean

Whether turns are clickable to show details toast

enabled?: boolean

Whether this integration is enabled (default: true)

id: string

Unique ID for this integration (prevents duplicates)

metrics: TurnMetric[]

Which metrics to display

Which integration point to target