IQuickViewActionArguments interface
The object passed to BaseAdaptiveCardExtension.onBeforeAction() when a QuickView
Action is triggered.
- Extends
Properties
data | The data object containing values to be passed to the Quick View. |
type | The type of Adaptive Card Extension Action. |
view |
Id of the Quick View to open. |
Property Details
data
The data object containing values to be passed to the Quick View.
data?: any;
Property Value
any
type
The type of Adaptive Card Extension Action.
type: 'QuickView';
Property Value
'QuickView'
viewId
Id of the Quick View to open.
viewId: string;
Property Value
string