TopMetrics🔗Definition🔗export interface TopMetrics { type: "top_metrics"; id: string; settings?: { order?: string; orderBy?: string; metrics?: string[]; }; hide?: boolean; } Methods🔗No methods.See also🔗 TopMetricsBuilder