EventMap Type — astro Architecture
Architecture documentation for the EventMap type/interface in typed-emitter.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 1f3923d0_c28a_6de7_20dd_449a33e50c8d["EventMap"] 494be71a_3d14_c591_ec67_3282e8c92311["typed-emitter.ts"] 1f3923d0_c28a_6de7_20dd_449a33e50c8d -->|defined in| 494be71a_3d14_c591_ec67_3282e8c92311 style 1f3923d0_c28a_6de7_20dd_449a33e50c8d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/typed-emitter.ts lines 7–9
type EventMap = {
[key: string]: (...args: any[]) => void;
};
Defined In
Source
Frequently Asked Questions
What is the EventMap type?
EventMap is a type/interface in the astro codebase, defined in packages/astro/src/types/typed-emitter.ts.
Where is EventMap defined?
EventMap is defined in packages/astro/src/types/typed-emitter.ts at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free