@slack/web-api / Placeholdable
Interface: Placeholdable
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:44
Extended by
Datepicker
EmailInput
UsersSelect
MultiUsersSelect
StaticSelect
MultiStaticSelect
ConversationsSelect
MultiConversationsSelect
ChannelsSelect
MultiChannelsSelect
ExternalSelect
MultiExternalSelect
NumberInput
PlainTextInput
Timepicker
URLInput
RichTextInput
Properties
placeholder?
optional placeholder: PlainTextElement;
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:49
Description
A PlainTextElement object that defines the placeholder text shown on the element. Maximum
length for the text
field in this object is 150 characters.