The A+ Content standard image and text box block.

Export

StandardImageTextBlock

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

Properties

Memberof

StandardImageTextBlock

headline?: TextComponent

Memberof

StandardImageTextBlock

Memberof

StandardImageTextBlock