Skip to main content
Module

x/slack_web_api_client/index.ts>PlainTextInput

Streamlined Slack Web API client for TypeScript
Go to Latest
interface PlainTextInput
implements ActionBlockElement<"plain_text_input">, Dispatchable, Focusable, Placeholdable
Re-export
import { type PlainTextInput } from "https://deno.land/x/slack_web_api_client@0.4.5/index.ts";

Properties

type: "plain_text_input"
optional
initial_value: string
optional
multiline: boolean
optional
min_length: number
optional
max_length: number
optional
dispatch_action_config: DispatchActionConfig
optional
focus_on_load: boolean