Skip to main content

DashboardState

Type Alias DashboardState 

Source
pub type DashboardState = Arc<Mutex<GraphState>>;
Expand description

Shared dashboard state, populated by the dev server and file watcher.

Aliased Typeยง

pub struct DashboardState { /* private fields */ }