Home / Type/ AsyncComponentOptions Type — vue Architecture

AsyncComponentOptions Type — vue Architecture

Architecture documentation for the AsyncComponentOptions type/interface in apiAsyncComponent.ts from the vue codebase.

Entity Profile

Source Code

src/v3/apiAsyncComponent.ts lines 3–16

interface AsyncComponentOptions {
  loader: Function
  loadingComponent?: any
  errorComponent?: any
  delay?: number
  timeout?: number
  suspensible?: boolean
  onError?: (
    error: Error,
    retry: () => void,
    fail: () => void,
    attempts: number
  ) => any
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free