Home / Type/ DevToolbarApp Type — astro Architecture

DevToolbarApp Type — astro Architecture

Architecture documentation for the DevToolbarApp type/interface in toolbar.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  6ac932a3_53fa_60ac_a253_c232e805be4f["DevToolbarApp"]
  6a1a8bab_1e39_a18b_630a_7bc4ee8ce93a["toolbar.ts"]
  6ac932a3_53fa_60ac_a253_c232e805be4f -->|defined in| 6a1a8bab_1e39_a18b_630a_7bc4ee8ce93a
  style 6ac932a3_53fa_60ac_a253_c232e805be4f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/runtime/client/dev-toolbar/toolbar.ts lines 7–16

export type DevToolbarApp = DevToolbarAppDefinition & {
	builtIn: boolean;
	active: boolean;
	status: 'ready' | 'loading' | 'error';
	notification: {
		state: boolean;
		level?: 'error' | 'warning' | 'info';
	};
	eventTarget: ToolbarAppEventTarget;
};

Frequently Asked Questions

What is the DevToolbarApp type?
DevToolbarApp is a type/interface in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/toolbar.ts.
Where is DevToolbarApp defined?
DevToolbarApp is defined in packages/astro/src/runtime/client/dev-toolbar/toolbar.ts at line 7.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free