@reuters-graphics/teams-klaxon
    Preparing search index...

    Interface ImageSet

    interface ImageSet {
        type: "ImageSet";
        images: Image[];
        imageSize?: ImageSize;
        spacing?: Spacing;
        separator?: boolean;
        height?: "stretch";
        id?: string;
        horizontalAlignment?: HorizontalAlignment;
    }
    Index

    Properties

    type: "ImageSet"
    images: Image[]
    imageSize?: ImageSize
    spacing?: Spacing
    separator?: boolean
    height?: "stretch"
    id?: string
    horizontalAlignment?: HorizontalAlignment