Interface OpenUrl

This action opens an URL in a new tab.

interface OpenUrl {
    type: "open-url";
    url: string;
}

Properties

Properties

type: "open-url"

The action type

url: string

The URL to open when the action is executed