The A+ Content standard image and text block, with a related caption. The caption may not display on all devices.

StandardImageTextCaptionBlock

interface StandardImageTextCaptionBlock {
    block?: StandardImageTextBlock;
    caption?: TextComponent;
}

Properties

Properties

StandardImageTextCaptionBlock

caption?: TextComponent

StandardImageTextCaptionBlock