ActionsLocals Type — astro Architecture
Architecture documentation for the ActionsLocals type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8cb583f3_9aa1_fb6a_6d64_55ef70f32589["ActionsLocals"] bdc6ff27_167d_e3f3_67b4_3308b4d8fd29["types.ts"] 8cb583f3_9aa1_fb6a_6d64_55ef70f32589 -->|defined in| bdc6ff27_167d_e3f3_67b4_3308b4d8fd29 style 8cb583f3_9aa1_fb6a_6d64_55ef70f32589 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/actions/runtime/types.ts lines 82–87
export interface ActionsLocals {
_actionPayload: {
actionResult: SerializedActionResult;
actionName: string;
};
}
Defined In
Source
Frequently Asked Questions
What is the ActionsLocals type?
ActionsLocals is a type/interface in the astro codebase, defined in packages/astro/src/actions/runtime/types.ts.
Where is ActionsLocals defined?
ActionsLocals is defined in packages/astro/src/actions/runtime/types.ts at line 82.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free