Edit

IGoToPageArgs Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

Derived GoToPageArgs

The IGoToPageArgs interface represents the arguments for navigating to a specific page in the Command Palette. It is used to define the parameters for navigating to a page, such as the page ID and navigation mode.

Properties

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