Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/slack_web_api_client/block-kit/block-elements.ts>ExternalSelect

Streamlined Slack Web API client for TypeScript
Go to Latest
interface ExternalSelect
implements ActionBlockElement<"external_select">, Confirmable, Focusable, Placeholdable
import { type ExternalSelect } from "https://deno.land/x/slack_web_api_client@0.3.4/block-kit/block-elements.ts";

Properties

type: "external_select"
optional
initial_option: PlainTextOption
optional
min_query_length: number