Uses of Class
com.slack.api.model.block.element.RichTextInputElement.RichTextInputElementBuilder
Packages that use RichTextInputElement.RichTextInputElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of RichTextInputElement.RichTextInputElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return RichTextInputElement.RichTextInputElementBuilderModifier and TypeMethodDescriptionAn identifier for the input value when the parent modal is submitted.RichTextInputElement.builder()RichTextInputElement.RichTextInputElementBuilder.dispatchActionConfig(DispatchActionConfig dispatchActionConfig) A dispatch configuration object that determines when during text input the element returns a block_actions payload.RichTextInputElement.RichTextInputElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.RichTextInputElement.RichTextInputElementBuilder.initialValue(RichTextBlock initialValue) The initial value in the rich text input when it is loaded.RichTextInputElement.RichTextInputElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown in the plain-text input.Method parameters in com.slack.api.model.block.element with type arguments of type RichTextInputElement.RichTextInputElementBuilderModifier and TypeMethodDescriptionstatic RichTextInputElementBlockElements.richTextInput(ModelConfigurator<RichTextInputElement.RichTextInputElementBuilder> configurator)