com.slack.api.model.block.LayoutBlock Maven / Gradle / Ivy
package com.slack.api.model.block;
/**
* Block 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 Block Kit Guide
* @see Block Kit Reference
*/
public interface LayoutBlock {
/**
* Determines the type of layout block, e.g. section, divider, context, actions
* and image.
*/
String getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy