Interface WidgetCategoriesResult

interface WidgetCategoriesResult {
    buckets: readonly WidgetCategoryBucket[];
    cache: WidgetSourceCacheMetadata;
    degraded?: readonly DegradedReason[];
    execution: WidgetSourceExecutionMode;
    field: string;
    kind: "categories";
    protocol: Protocol;
    schemaVersion: "honua.widget-source.v1";
    serverPushdown: boolean;
    sourceId: string;
}

Hierarchy (view full)

Properties

buckets: readonly WidgetCategoryBucket[]
degraded?: readonly DegradedReason[]
field: string
kind
protocol: Protocol
schemaVersion
serverPushdown: boolean
sourceId: string