Access SPFx context in Adaptive Card templates via @context
masterWhen you pass the SPFx context to the AdaptiveCardHost via the context property, the control automatically injects a @context field into your data object. This allows you to use Adaptive Cards Templating syntax to access SharePoint and Microsoft Teams information directly within your card template.
Available fields under @context include:
theme: The current theme applied to the card.aadInfo: Azure AD information.cultureInfo: Culture information.userInfo: User information.spListInfo: Current List information.spListItemInfo: Current List item information.spSiteInfo: Current Site information.spWebInfo: Current Web information.