<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`View`](View) › [`navigation`](View/navigation) ## View.navigation property Whether or not the view is intended for navigation. If your view is a static view that is not intended to be navigated away, set this to false. (For example: File explorer, calendar, etc.) If your view opens a file or can be otherwise navigated, set this to true. (For example: Markdown editor view, Kanban view, PDF view, etc.) 0.15.1 **Signature:** ```typescript navigation: boolean; ```