Skip to main content
Module

x/deno_slack_sdk/mod.ts>ISlackManifestRemote

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

Non-Slack hosted app manifest

When runOnSlack = false. Corresponds to function_runtime = remote in ManifestSchema.

Properties

runOnSlack: false
optional
settings: Omit<ManifestSettingsSchema,
| "event_subscriptions"
| "socket_mode_enabled"
| "token_rotation_enabled"
| "function_runtime"
>
optional
eventSubscriptions: ManifestEventSubscriptionsSchema
optional
socketModeEnabled: boolean
optional
tokenRotationEnabled: boolean
optional
appDirectory: ManifestAppDirectorySchema
optional
userScopes: Array<string>
optional
redirectUrls: Array<string>
optional
features: ISlackManifestRemoteFeaturesSchema