This repository was archived by the owner on Oct 23, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 5
sp adaptive card extension base.quickviewnavigator
John Nguyen edited this page Apr 22, 2021
·
2 revisions
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. |