IShowLocationAction interface

Interface for Viva Show Location action

Extends
adaptivecards!IAction:interface

Properties

parameters

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

type

Indicates this is a Viva show Location button.

Property Details

parameters

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

parameters?: IShowLocationActionParameters;

Property Value

type

Indicates this is a Viva show Location button.

type: 'VivaAction.ShowLocation';

Property Value

'VivaAction.ShowLocation'