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

    Interface ColumnSet

    interface ColumnSet {
        type: "ColumnSet";
        columns: [];
        selectAction?: SelectActionOpenUrl;
        spacing?: Spacing;
        separator?: boolean;
        height?: "stretch";
        id?: string;
        horizontalAlignment?: HorizontalAlignment;
    }
    Index

    Properties

    type: "ColumnSet"
    columns: []
    selectAction?: SelectActionOpenUrl
    spacing?: Spacing
    separator?: boolean
    height?: "stretch"
    id?: string
    horizontalAlignment?: HorizontalAlignment