Example
Customizing the layers sidebar to align icons to the right
NutrientViewer.load({
initialViewState: new NutrientViewer.ViewState({
sidebarOptions: {
[NutrientViewer.SidebarMode.LAYERS]: {
LockedLayers: [],
iconsAlignment: NutrientViewer.Alignment.START
}
}
})
});
The layers sidebar options allow to specify options available for the Layers sidebar.
Here you can define Currently, you can define a
lockedLayersarray in which you can provide an array ofids for the layers for which visibility should not be modifieable using the sidebar.