@slack/web-api / Focusable
Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:30
CheckboxesDatepickerDateTimepickerEmailInputUsersSelectMultiUsersSelectStaticSelectMultiStaticSelectConversationsSelectMultiConversationsSelectChannelsSelectMultiChannelsSelectExternalSelectMultiExternalSelectNumberInputPlainTextInputRadioButtonsTimepickerURLInputRichTextInput
optional focus_on_load: boolean;Defined in: node_modules/@slack/types/dist/block-kit/extensions.d.ts:36
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.