Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginConnectionPropertyOption<AppConnection>

Metadata and methods to return the options a Property for this connection/app. Options is a method which will poll the source for available options to select (ie: names of tables or columns)

Type parameters

  • AppConnection = any

Hierarchy

  • PluginConnectionPropertyOption

Index

Properties

description: string
displayName?: string
key: string
primary?: boolean
required: boolean

Methods

  • options(argument: { app: App; appId: string; appOptions: SimpleAppOptions; connection: AppConnection; property: Property; propertyId: string; source: Source; sourceId: string; sourceMapping: SourceMapping; sourceOptions: SimpleSourceOptions }): Promise<{ default?: boolean; description?: string; examples?: any[]; key: string }[]>

Generated using TypeDoc