GenerateIdOptions Type — astro Architecture
Architecture documentation for the GenerateIdOptions type/interface in glob.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 5e0e09f5_6470_0eee_ec80_d164d8a96f2e["GenerateIdOptions"] 6e7c310e_d293_0d26_5ed9_d09724209fd3["glob.ts"] 5e0e09f5_6470_0eee_ec80_d164d8a96f2e -->|defined in| 6e7c310e_d293_0d26_5ed9_d09724209fd3 style 5e0e09f5_6470_0eee_ec80_d164d8a96f2e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/content/loaders/glob.ts lines 13–21
interface GenerateIdOptions {
/** The path to the entry file, relative to the base directory. */
entry: string;
/** The base directory URL. */
base: URL;
/** The parsed, unvalidated data of the entry. */
data: Record<string, unknown>;
}
Defined In
Source
Frequently Asked Questions
What is the GenerateIdOptions type?
GenerateIdOptions is a type/interface in the astro codebase, defined in packages/astro/src/content/loaders/glob.ts.
Where is GenerateIdOptions defined?
GenerateIdOptions is defined in packages/astro/src/content/loaders/glob.ts at line 13.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free