| Package | Description |
|---|---|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.actionId(String actionId)
An identifier for the action triggered when a menu option is selected.
|
static ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.builder() |
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.initialOption(OptionObject initialOption)
A single option that exactly matches one of the options within the options or
option_groups loaded from the external data source.
|
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.minQueryLength(Integer minQueryLength)
When the typeahead field is used, a request will be sent on every character change.
|
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.placeholder(PlainTextObject placeholder)
A plain_text only text object that defines the placeholder text shown on the menu.
|
| Modifier and Type | Method and Description |
|---|---|
static ExternalSelectElement |
BlockElements.externalSelect(ModelConfigurator<ExternalSelectElement.ExternalSelectElementBuilder> configurator) |
Copyright © 2020. All rights reserved.