Interface ContextBlockElement

All Known Implementing Classes:
ImageElement, MarkdownTextObject, PlainTextObject, TextObject, UnknownContextBlockElement, UnknownTextObject

public interface ContextBlockElement
Specific interface to make context layout blocks' elements type-safe, because ContextBlock can only contain ImageElement and TextObject elements.

Slack Block Kit Reference: Context Block's elements

  • Method Summary

    Modifier and Type Method Description
    String getType()