IExternalLinkParameters interface
Parameters for opening an external link.
Properties
is |
Indicates whether this is a Teams Deep Link. |
target | The URL of the link. |
Property Details
isTeamsDeepLink
Indicates whether this is a Teams Deep Link.
isTeamsDeepLink?: boolean;
Property Value
boolean
target
The URL of the link.
target: string;
Property Value
string