AsyncComponentOptions Type — vue Architecture
Architecture documentation for the AsyncComponentOptions type/interface in v3-define-async-component.d.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 34a6b8c3_1f7b_db37_4bad_6bf119fccd79["AsyncComponentOptions"] e35bc944_aefb_f8da_7d60_d1ef928275f2["v3-define-async-component.d.ts"] 34a6b8c3_1f7b_db37_4bad_6bf119fccd79 -->|defined in| e35bc944_aefb_f8da_7d60_d1ef928275f2 style 34a6b8c3_1f7b_db37_4bad_6bf119fccd79 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
types/v3-define-async-component.d.ts lines 9–22
export interface AsyncComponentOptions {
loader: AsyncComponentLoader
loadingComponent?: Component
errorComponent?: Component
delay?: number
timeout?: number
// suspensible?: boolean
onError?: (
error: Error,
retry: () => void,
fail: () => void,
attempts: number
) => any
}
Defined In
Source
Frequently Asked Questions
What is the AsyncComponentOptions type?
AsyncComponentOptions is a type/interface in the vue codebase, defined in types/v3-define-async-component.d.ts.
Where is AsyncComponentOptions defined?
AsyncComponentOptions is defined in types/v3-define-async-component.d.ts at line 9.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free