QuickViewNavigator class
Manages a stack of Adaptive Card views for the Quick view.
- Extends
-
ViewNavigator<TView>
Remarks
The top of the stack is the currently rendered view.
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the QuickViewNavigator
class.
Methods
close() | Closes the View. |
Method Details
close()
Closes the View.
close(): void;
Returns
void