Skip to content

Latest commit

 

History

History
83 lines (42 loc) · 1.61 KB

File metadata and controls

83 lines (42 loc) · 1.61 KB
title description author ms.author ms.topic ms.date ms.reviewer audience ms.search.region
NavigationArgs type
Learn about the NavigationArgs type, which includes the label, options, params, replace, to, and url properties.
jasongre
jasongre
article
05/26/2022
johnmichalak
Developer
Global

NavigationArgs type

[!include banner] [!include mobile app deprecated]

Hierarchy

PageTarget
   └─ NavigationArgs

Index

Properties

Properties

label

label: string (optional)

options

options: any (optional)

params

params: PageOptions (optional)

Inherited from PageTarget.params

replace

replace: boolean (optional)

If set to true, removes current view firing navigation from navigation history stack.

to

to: string (optional)

Inherited from PageTarget.to

url

url: string (optional)

If provided, this link is directly opened.

[!INCLUDEfooter-include]