Zum Hauptinhalt springen

Interface: AppDocs

Documentation for the user

Properties

connectionSetupSteps

Optional connectionSetupSteps: (triggerUrls: FeatureTriggers) => SetupStep[]

Type declaration

▸ (triggerUrls): SetupStep[]

A function to generate the setup steps for connections. Example: If your app can request orders from other systems, the user needs to enter a trigger url which is called from your system to fetch the data. This trigger url is contained in the triggerUrls parameter.

Parameters
NameType
triggerUrlsFeatureTriggers
Returns

SetupStep[]

Defined in

src/sdk/app-docs.ts:14