IExternalLinkParameters interface

Parameters for opening an external link.

Properties

isTeamsDeepLink

Indicates whether this is a Teams Deep Link.

target

The URL of the link.

Property Details

Indicates whether this is a Teams Deep Link.

isTeamsDeepLink?: boolean;

Property Value

boolean

target

The URL of the link.

target: string;

Property Value

string