The A+ Content standard image and text box block.

StandardImageTextBlock

interface StandardImageTextBlock {
    body?: ParagraphComponent;
    headline?: TextComponent;
    image?: ImageComponent;
}

Properties

StandardImageTextBlock

headline?: TextComponent

StandardImageTextBlock

StandardImageTextBlock