@slack/types / Focusable
Interface: Focusable
Defined in: block-kit/extensions.ts:36
Extended by
CheckboxesDatepickerDateTimepickerEmailInputUsersSelectMultiUsersSelectStaticSelectMultiStaticSelectConversationsSelectMultiConversationsSelectChannelsSelectMultiChannelsSelectExternalSelectMultiExternalSelectNumberInputPlainTextInputRadioButtonsTimepickerURLInputRichTextInput
Properties
focus_on_load?
optional focus_on_load: boolean;
Defined in: block-kit/extensions.ts:42
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.