All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.slack.api.model.block.LayoutBlock Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
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