Skip to main content
Module

x/deno_slack_sdk/mod.ts>ISlackManifestRunOnSlack

SDK for building Run on Slack apps using Deno
Go to Latest
interface ISlackManifestRunOnSlack
implements ISlackManifestShared
import { type ISlackManifestRunOnSlack } from "https://deno.land/x/deno_slack_sdk@2.1.4/mod.ts";

Slack-hosted app manifest

When runOnSlack = true Corresponds to function_runtime = slack in ManifestSchema.

Properties

optional
runOnSlack: true
optional
features: ISlackManifestRunOnSlackFeaturesSchema
optional
externalAuthProviders: (OAuth2Provider)[]