Skip to content

Commit 22fffdd

Browse files
Merge pull request SharePoint#7700 from siddharth-vaghasia/master
Added guidance on usage of close method for Navigator
2 parents 51fb16f + afde0a2 commit 22fffdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spfx/viva/get-started/advanced-quick-view-functionality.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Advanced Quick View Functionality
33
description: "This tutorial builds off the tutorial 'Advanced Card View Functionality'."
4-
ms.date: 11/11/2021
4+
ms.date: 02/08/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -240,6 +240,7 @@ ACEs can use the **ViewNavigator** to manipulate the stack.
240240
- `ViewNavigator.push()`: Pushes a new View to the top of the View stack.
241241
- `ViewNavigator.replace()`: Replaces the top View with a new View.
242242
- `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.
243244

244245
### Navigate between views
245246

0 commit comments

Comments
 (0)