microsoft/botbuilder-js

Add support for isVisible property in SharePoint Bot Adaptive Card Extension

AJIXuMuK opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Currently Bot ACE developer can't set visibility of the card similarly to SharePoint Framework ACE.

Describe the solution you'd like
Add isVisible property to AceData interface.
The property is then read by SharePoint ACE engine to hide/show the card.

Describe alternatives you've considered
N/A

Additional context
Related to this feature: #4557