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