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

    Interface Column

    interface Column {
        type: "Column";
        items: (TextBlock | FactSet | Image)[];
        spacing?: Spacing;
        separator?: boolean;
        height?: "stretch";
        id?: string;
        horizontalAlignment?: HorizontalAlignment;
        width?: string | number;
        minHeight?: string;
    }
    Index

    Properties

    type: "Column"
    items: (TextBlock | FactSet | Image)[]
    spacing?: Spacing
    separator?: boolean
    height?: "stretch"
    id?: string
    horizontalAlignment?: HorizontalAlignment
    width?: string | number

    Width of the column.

    Example: 'auto', 'stretch', '60px', 50 (percent)

    minHeight?: string

    Example: '50px'