IExternalLinkActionArguments interface

The object passed to BaseAdaptiveCardExtension.onBeforeAction() when a ExternalLink Action is triggered.

Properties

type

The type of Adaptive Card Extension Action.

url

URL to navigate to.

Property Details

type

The type of Adaptive Card Extension Action.

type: 'ExternalLink';

Property Value

'ExternalLink'

url

URL to navigate to.

url: string;

Property Value

string