Interface: Focusable
Defined in: block-kit/extensions.ts:36
Extended by
Checkboxes
Datepicker
DateTimepicker
EmailInput
UsersSelect
MultiUsersSelect
StaticSelect
MultiStaticSelect
ConversationsSelect
MultiConversationsSelect
ChannelsSelect
MultiChannelsSelect
ExternalSelect
MultiExternalSelect
NumberInput
PlainTextInput
RadioButtons
Timepicker
URLInput
RichTextInput
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
.