Skip to main content
Module

x/deno_slack_data_mapper/deno_slack_sdk.ts>ISlackManifestRemote

A handy way to manage data in Slack's next-generation platform datastores
Go to Latest
interface ISlackManifestRemote
implements ISlackManifestShared
import { type ISlackManifestRemote } from "https://deno.land/x/deno_slack_data_mapper@0.8.0/deno_slack_sdk.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