import { SlackManifest } from "https://deno.land/x/deno_slack_sdk@2.11.0/mod.ts";
Constructors
new
SlackManifest(definition: SlackManifestType)Methods
private
assignRemoteSlackManifestProperties(manifest: ManifestSchema)private
assignRunOnSlackManifestProperties(manifest: ManifestSchema)private
ensureBotScopes(): string[]Verifies scopes defined in the app passes baseline validation.
private
getFunctionRuntime(): ManifestFunctionRuntimeprivate
registerFeatures()export()
registerFunction(func: ManifestFunction)
registerType(customType: ICustomType)
registerTypes(parameterSet: ParameterSetDefinition)