Type alias ArenaTextBlock

ArenaTextBlock: ArenaBaseBlock & {
    class: "Text";
    content: string;
    content_html: string;
}

Type declaration

  • class: "Text"

    (String) The type of block. Will always be "Text"

  • content: string

    (String) The text content of the block as markdown

  • content_html: string

    (String) The text content of the block as HTML

Generated using TypeDoc