sp adaptive card extension base.ishowcardactionarguments - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-adaptive-card-extension-base > IShowCardActionArguments
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The object passed to BaseView.onAction() when a ShowCard Action is executed.
Signature:
export interface IShowCardActionArguments extends IBaseActionArgumentsExtends: IBaseActionArguments
| Property | Type | Description |
|---|---|---|
| type | 'ShowCard' | (BETA) The type of Adaptive Card Action. |