Skip to content

Type Alias: StateValues

ts
type StateValues = Record<string, ComponentState>;

A dashboard's state, keyed by component id.

Ridge AI