@slack/web-api / Focusable
Interface: Focusable
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:30
Extended by
CheckboxesDatepickerDateTimepickerEmailInputUsersSelectMultiUsersSelectStaticSelectMultiStaticSelectConversationsSelectMultiConversationsSelectChannelsSelectMultiChannelsSelectExternalSelectMultiExternalSelectNumberInputPlainTextInputRadioButtonsTimepickerURLInputRichTextInput
Properties
focus_on_load?
optional focus_on_load: boolean;
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:36
Description
Indicates whether the element will be set to auto focus within the
`view` object. Only one element can be set to true.
Defaults to false.