File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
docs/spfx/viva/get-started Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Advanced Quick View Functionality
3
3
description : " This tutorial builds off the tutorial 'Advanced Card View Functionality'."
4
- ms.date : 11/11/2021
4
+ ms.date : 02/08/2022
5
5
ms.prod : sharepoint
6
6
ms.localizationpriority : high
7
7
---
@@ -240,6 +240,7 @@ ACEs can use the **ViewNavigator** to manipulate the stack.
240
240
- ` ViewNavigator.push() ` : Pushes a new View to the top of the View stack .
241
241
- ` ViewNavigator.replace() ` : Replaces the top View with a new View .
242
242
- ` ViewNavigator.pop() ` : If there ' s more than one View, pops the top View from the View stack.
243
+ - ` ViewNavigator.close() ` : Closes the current view and removes top view from View stack .
243
244
244
245
### Navigate between views
245
246
You can’t perform that action at this time.
0 commit comments