sp adaptive card extension base.viewnavigator.pop - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

Home > @microsoft/sp-adaptive-card-extension-base > ViewNavigator > pop

ViewNavigator.pop() method

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.

If there is more than one View, pops the top View from the View stack.

BaseAdaptiveCardExtension.setState(), which will also trigger a render.

Signature:

pop(skipUpdate?: boolean): void;

Parameters

Parameter Type Description
skipUpdate boolean Whether to skip the update (and re-render) after popping the current View.

Returns:

void

⚠️ **GitHub.com Fallback** ⚠️