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