Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DoneCallback

Hierarchy

  • DoneCallback

Callable

  • __call(...args: any[]): any
  • Parameters

    • Rest ...args: any[]

    Returns any

Index

Methods

Methods

fail

  • fail(error?: string | { message: string }): any
  • Parameters

    • Optional error: string | { message: string }

    Returns any