Interface PluginConnectionPropertyOption<AppConnection> Hierarchy PluginConnectionPropertyOption Properties description description: string
Optional display Namedisplay Name?: string
Optional primaryprimary?: boolean
required required: boolean
Methods options 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 } [] > Parameters Returns Promise < { default?: boolean ; description?: string ; examples?: any [] ; key: string } [] > Legend Constructor Property Method Accessor Constructor Property Method Inherited constructor Inherited property Inherited method Private property Private method Static property Static method Settings Theme OS Light Dark
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)