Skip to main content
Module

x/deno_slack_sdk/mod.ts>SlackManifest

SDK for building Run on Slack apps using Deno
Latest
class SlackManifest
import { SlackManifest } from "https://deno.land/x/deno_slack_sdk@2.11.0/mod.ts";

Constructors

new
SlackManifest(definition: SlackManifestType)

Methods

private
ensureBotScopes(): string[]

Verifies scopes defined in the app passes baseline validation.

private
getFunctionRuntime(): ManifestFunctionRuntime
registerFunction(func: ManifestFunction)
registerType(customType: ICustomType)
registerTypes(parameterSet: ParameterSetDefinition)