Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AsyncComponentOptions

Index

Properties

delay?: number
loadingComponent?: ComponentOrComponentOptions
suspensible?: boolean
timeout?: number

Methods

  • onError(error: Error, retry: (() => void), fail: (() => void), attempts: number): any
  • Parameters

    • error: Error
    • retry: (() => void)
        • (): void
        • Returns void

    • fail: (() => void)
        • (): void
        • Returns void

    • attempts: number

    Returns any

Generated using TypeDoc