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

Export

StandardTextBlock

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

Properties

Properties

Memberof

StandardTextBlock

headline?: TextComponent

Memberof

StandardTextBlock