@microsoft/teams-js
Version:
Microsoft Client SDK for building app for Microsoft hosts
7 lines (6 loc) • 332 B
TypeScript
import { AdaptiveCardVersion } from './interfaces';
/**
* @returns The {@linkcode AdaptiveCardVersion} representing the Adaptive Card schema
* version supported by the host, or undefined if the host does not support Adaptive Cards
*/
export declare function getAdaptiveCardSchemaVersion(): AdaptiveCardVersion | undefined;