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

    Interface BackgroundImage

    interface BackgroundImage {
        url: string;
        horizontalAlignment?: HorizontalAlignment;
        verticalAlignment?: VerticalAlignment;
        fillMode?: "Repeat" | "RepeatVertically" | "RepeatHorizontally";
    }
    Index

    Properties

    url: string
    horizontalAlignment?: HorizontalAlignment
    verticalAlignment?: VerticalAlignment
    fillMode?: "Repeat" | "RepeatVertically" | "RepeatHorizontally"

    Unset represents a default of "Cover".