teams-incoming-webhook-action
    Preparing search index...

    Interface SimpleCardParams

    interface SimpleCardParams {
        color?: string;
        text: string;
        title: string;
        titleSize?: "Default" | "Large";
        userMentions?: UserMention[];
    }
    Index

    Properties

    color?: string
    text: string
    title: string
    titleSize?: "Default" | "Large"
    userMentions?: UserMention[]