Home / Type/ ToolbarPlacementUpdatedEvent Type — astro Architecture

ToolbarPlacementUpdatedEvent Type — astro Architecture

Architecture documentation for the ToolbarPlacementUpdatedEvent type/interface in helpers.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  877623aa_8bbd_b016_4da6_bb624ea93e0d["ToolbarPlacementUpdatedEvent"]
  c164d809_878e_5fda_1903_3f6ce5beed21["helpers.ts"]
  877623aa_8bbd_b016_4da6_bb624ea93e0d -->|defined in| c164d809_878e_5fda_1903_3f6ce5beed21
  style 877623aa_8bbd_b016_4da6_bb624ea93e0d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

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

type ToolbarPlacementUpdatedEvent = (opts: {
	placement: 'bottom-left' | 'bottom-center' | 'bottom-right';
}) => void;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free