My NavVis
API Documentation
Login
Contents
x
Printed Regulatory document
NavVis MLX
NavVis VLX
NavVis IVION
NavVis IVION Processing
NavVis Academy Documentation
NavVis IVION Go
NavVis M6
NavVis IVION API
NavVis Desktop Processing
Subscription Management
Support by Topic
Technical Blog
Powered by
Customizing the Context Menu
5 Articles
in this category
Share this
Print
Share
Dark
Light
Contents
Customizing the Context Menu
5 Articles
in this category
Share
Dark
Light
What is the Context Menu?
In NavVis IVION, the context menu appears whenever you right-click in the Panorama view or Map view . The context menu provides contextual functionality for each layer of the respective view. To customize the context menu, download the Context M...
Updated on : 01 Mar 2024
Layers
In NavVis IVION, the Panorama view and Map view have different layers. A layer behaves like a view controller. It contains event handler methods that can be overridden. When a user input event is triggered within a view, the corresponding event...
Updated on : 01 Mar 2024
Creating a Custom Layer
Procedure In your project, create a file called SampleContextMenuEntryLayer.ts . Add a class that extends from the CustomLayer class by running: // SampleContextMenuEntryLayer.ts import {CustomLayer} from "@navvis/ivion"; exp...
Updated on : 26 Jan 2024
Adding a Single Context Menu Entry
To include one context menu entry, the override method should return a ContextMenuEntry object. The properties for a valid ContextMenuEntry are: Run the following to add a single context menu entry: // SampleContextMenuEntr...
Updated on : 21 Dec 2023
Adding Multiple Context Menu Entries
To include multiple entries, return an array of ContextMenuEntry objects and, if using TypeScript, set the return type to ContextMenuEntryInterface[] by running: // SampleContextMenuEntryLayer.ts // ... public onContextMenu(...
Updated on : 21 Dec 2023
Change password!
Changing your password will log you out immediately. Use the new password to log back in.
Current password
Current password is required
New password
New password must be at least 8 characters long. It should contain at least one upper and lower case letter, number, and a special character.
Confirm password
Confirm password must be at least 8 characters long. It should contain at least one upper and lower case letter, number, and a special character.
Confirm password should be same as new password
Update
Change profile
Success!
First Name
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last Name
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
New email
Enter a valid email
Re-enter your password
Enter a valid password
Your profile has been successfully updated.
Update
Logout