The A+ Content standard image and caption block.

Export

StandardImageCaptionBlock

interface StandardImageCaptionBlock {
    caption?: TextComponent;
    image?: ImageComponent;
}

Properties

Properties

caption?: TextComponent

Memberof

StandardImageCaptionBlock

Memberof

StandardImageCaptionBlock