Three standard images with text, presented across a single row.

StandardThreeImageTextModule

interface StandardThreeImageTextModule {
    block1?: StandardImageTextBlock;
    block2?: StandardImageTextBlock;
    block3?: StandardImageTextBlock;
    headline?: TextComponent;
}

Properties

StandardThreeImageTextModule

StandardThreeImageTextModule

StandardThreeImageTextModule

headline?: TextComponent

StandardThreeImageTextModule