Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Function apiMakeOpenUrlFunction

    • Creates a Vortex notification action that opens a URL using util.opn.

      Parameters

      • title: string

        Display title of the action button.

      • url: string

        URL to open when the action is invoked.

      Returns { action: () => Bluebird<void | undefined>; title: string }

      A notification action descriptor.