Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OpenLink

Represents an action to open a link.

Hierarchy

  • OpenLink

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

openLink

openLink: { url: string } = ...

Type declaration

  • url: string

Methods

setUrl

  • Sets the URL to be opened.

    Parameters

    • url: string

      The URL to open.

    Returns OpenLink

    • This object, for chaining.

Generated using TypeDoc