PluginOnboardingStep
Defined in: plugin.ts:291
Properties
Section titled “Properties”actionLabel?
Section titled “actionLabel?”
optionalactionLabel?:string
Defined in: plugin.ts:310
optionaldesc?:string
Defined in: plugin.ts:307
field?
Section titled “field?”
optionalfield?:object
Defined in: plugin.ts:311
key:
string
placeholder?
Section titled “placeholder?”
optionalplaceholder?:string
secret?
Section titled “secret?”
optionalsecret?:boolean
kind:
"link"|"field"|"verify"|"instructions"|"copy"|"await-event"
Defined in: plugin.ts:305
Step kinds:
fieldcollect a plugin setting (API key / secret)verifyrun a connection testlinkopen an external URL (informational)instructionsrender a markdown checklist (markdown) of provider-side steps; the user marks it done manuallycopyshow a fully-resolved value with a copy button (platform-generated for trigger plugins: the inbound URL)await-eventpoll the connection status endpoint and flip done when the provider’s handshake / first event actually arrives (platform-generated for trigger plugins)
markdown?
Section titled “markdown?”
optionalmarkdown?:string
Defined in: plugin.ts:317
Markdown body for instructions steps.
optional?
Section titled “optional?”
optionaloptional?:boolean
Defined in: plugin.ts:308
title:
string
Defined in: plugin.ts:306
optionalurl?:string
Defined in: plugin.ts:309