Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp adaptive card extension base.quickviewnavigator

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-adaptive-card-extension-base > QuickViewNavigator

QuickViewNavigator class

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>

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

Method Modifiers Description
close() (BETA) Closes the View.
Clone this wiki locally