Sidebar Menu Architecture
Customizing the Sidebar Menu
The sidebar menu is constructed using a plain JavaScript array . This means that you can use all of the standard array methods. Sidebar Menu Items The array contains a list of sidebar menu items. These are clickable menu items that either represent a functional callback or a web page, and can be be dynamically added, modified, or removed. The required properties are as follows: {
title: string,
icon: IconInfoInterface,
isVisible: function,
template: string,
items: array,
isFullScreen: true | false
} Menu Item Icons Sidebar menu items use icon info objects to represent graphical icons. The required properties are as follows: {
className: string,
ligature: string,
path: string
}; Icons can be: Vector symbols: These use NavVis IVION's limited set of material design icons. Image paths: These are URL paths to an image resource in your application. Data URIs: These use Base64 image data. Template The template property uses a URL path to load a