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

    Interface Container

    interface Container {
        type: "Container";
        backgroundImage?: BackgroundImage;
        selectAction?: SelectActionOpenUrl;
        height?: "stretch";
        minHeight?: string;
        verticalContentAlignment?: VerticalAlignment;
        bleed?: boolean;
    }
    Index

    Properties

    type: "Container"
    backgroundImage?: BackgroundImage
    selectAction?: SelectActionOpenUrl
    height?: "stretch"
    minHeight?: string
    verticalContentAlignment?: VerticalAlignment
    bleed?: boolean