sp adaptive card extension base.quickviewnavigator - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-adaptive-card-extension-base > QuickViewNavigator
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.
Manages a stack of Adaptive Card views for the Quick view.
Signature:
export declare class QuickViewNavigator<TView extends BaseView> extends ViewNavigator<TView>Extends: ViewNavigator<TView>
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.
| Method | Modifiers | Description |
|---|---|---|
| close() | (BETA) Closes the View. |