Skip to content

@maxhealth.tech/prefab / auto / AutoMetricsOptions

Interface: AutoMetricsOptions

Defined in: auto/metrics.ts:31

Properties

title?

ts
optional title?: string;

Defined in: auto/metrics.ts:33

Dashboard heading.


subtitle?

ts
optional subtitle?: string;

Defined in: auto/metrics.ts:35

Optional subtitle.


columns?

ts
optional columns?: number;

Defined in: auto/metrics.ts:37

Number of grid columns. Default 4.

Released under the MIT License.