IGetLocationAction interface

Interface for Viva Get Location action

Extends
adaptivecards!IAction:interface

Properties

parameters

Parameters that can be supplied with the Viva Get Location Action.

type

Indicates this is a Viva Select Location button.

Property Details

parameters

Parameters that can be supplied with the Viva Get Location Action.

parameters?: IGetLocationActionParameters;

Property Value

type

Indicates this is a Viva Select Location button.

type: 'VivaAction.GetLocation';

Property Value

'VivaAction.GetLocation'