AstroPluginOptions Type — astro Architecture
Architecture documentation for the AstroPluginOptions type/interface in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD f51beb93_8e06_c514_a3cd_12b3b3a23ec0["AstroPluginOptions"] 13cf91c4_3ebe_dbd7_c457_43dad340defb["index.ts"] f51beb93_8e06_c514_a3cd_12b3b3a23ec0 -->|defined in| 13cf91c4_3ebe_dbd7_c457_43dad340defb style f51beb93_8e06_c514_a3cd_12b3b3a23ec0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/vite-plugin-markdown/index.ts lines 21–24
interface AstroPluginOptions {
settings: AstroSettings;
logger: Logger;
}
Source
Frequently Asked Questions
What is the AstroPluginOptions type?
AstroPluginOptions is a type/interface in the astro codebase, defined in packages/astro/src/vite-plugin-markdown/index.ts.
Where is AstroPluginOptions defined?
AstroPluginOptions is defined in packages/astro/src/vite-plugin-markdown/index.ts at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free