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

    Interface ActionSet

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

    Properties

    type: "ActionSet"
    spacing?: Spacing
    separator?: boolean
    height?: "stretch"
    id?: string
    horizontalAlignment?: HorizontalAlignment