Skip to content

Commit e821c81

Browse files
Added guidance on close method for Navigator
Added guidance to use close method for closing the Quickview on Action button as suggested by @lucabandMSFT at SharePoint#7695
1 parent 51fb16f commit e821c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)