Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TestPluginMethod<AppConnection>

Type parameters

  • AppConnection = any

Hierarchy

  • TestPluginMethod

Callable

  • TestPluginMethod(argument: { app: App; appId: string; appOptions: SimpleAppOptions; connection: AppConnection }): Promise<{ message?: string; success: boolean }>
  • Method is used to test the connection options for the app. Returns either a boolean or throws an error to be displayed to the user. The test method will disconnect and connect before use, if those methods are present for this app type.

    Parameters

    Returns Promise<{ message?: string; success: boolean }>

Generated using TypeDoc