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

    Interface Image

    interface Image {
        type: "Image";
        url: string;
        separator?: boolean;
        altText?: string;
        horizontalAlignment?: HorizontalAlignment;
        selectAction?: SelectActionOpenUrl;
    }
    Index

    Properties

    type: "Image"
    url: string
    separator?: boolean
    altText?: string
    horizontalAlignment?: HorizontalAlignment
    selectAction?: SelectActionOpenUrl