Package com.slack.api.model.block
Interface LayoutBlock
-
- All Known Implementing Classes:
ActionsBlock,CallBlock,ContextBlock,DividerBlock,FileBlock,HeaderBlock,ImageBlock,InputBlock,RichTextBlock,SectionBlock,UnknownBlock
public interface LayoutBlockBlock Kit is a new UI framework that offers you more control and flexibility when building messages for Slack. Comprised of "blocks," stackable bits of message UI, you can customize the order and appearance of information delivered by your app in Slack.- See Also:
- Block Kit Guide, Block Kit Reference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()Determines the type of layout block, e.g.
-
-
-
Method Detail
-
getType
String getType()
Determines the type of layout block, e.g. section, divider, context, actions and image.
-
-