IGetLocationActionArguments interface

The object passed to IAdaptiveCardExtensionActionView.onAction when a Get location Action is executed.

Extends

Omit<IBaseActionArguments, 'type'>

Properties

location

Coordinates of the location. In case of erroneous situation, location object will be undefined.

type

The type of Adaptive Card Action.

Property Details

location

Coordinates of the location. In case of erroneous situation, location object will be undefined.

location?: ILocation;

Property Value

type

The type of Adaptive Card Action.

type: 'VivaAction.GetLocation';

Property Value

'VivaAction.GetLocation'