Edit

Share via


GoToPageArgs Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IGoToPageArgs

The GoToPageArgs class is used to represent the arguments for navigating to a page in the Command Palette. It provides properties for the type of navigation mode and the ID of the page to navigate to.

Properties

Property Type Description
NavigationMode NavigationMode Gets or sets the navigation mode. Defaults to NavigationMode.Push.
PageId String Required. Gets or sets the ID of the page.