Skip to main content

Interface: MetricDefinition

Defined in: apps/paracosm/src/engine/types.ts:139

Defines a derived metric displayed in the dashboard header.

Properties

format

format: "number" | "percent" | "currency" | "duration"

Defined in: apps/paracosm/src/engine/types.ts:143


id

id: string

Defined in: apps/paracosm/src/engine/types.ts:140


label

label: string

Defined in: apps/paracosm/src/engine/types.ts:141


source

source: string

Defined in: apps/paracosm/src/engine/types.ts:142