Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer