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

    Interface SelectActionOpenUrl

    interface SelectActionOpenUrl {
        type: "Action.OpenUrl";
        url: string;
        title?: string;
    }
    Index

    Properties

    Properties

    type: "Action.OpenUrl"
    url: string
    title?: string