Penpot plugins API
    Preparing search index...

    Interface OpenUrl

    This action opens an URL in a new tab.

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

    Properties

    Properties

    type: "open-url"

    The action type

    url: string

    The URL to open when the action is executed