The A+ Content standard text box block, comprised of a paragraph with a headline.

StandardTextBlock

interface StandardTextBlock {
    body?: ParagraphComponent;
    headline?: TextComponent;
}

Properties

Properties

StandardTextBlock

headline?: TextComponent

StandardTextBlock