Hello,
The customer is using the AssetsNavigatorModule (codex) to display a tree structure in the navigator. Is there a way to hide devices based on their type?
Thanks,
Divya K
Hello,
The customer is using the AssetsNavigatorModule (codex) to display a tree structure in the navigator. Is there a way to hide devices based on their type?
Thanks,
Divya K
there is no configuration option to do so.
You could however try to override the AssetNodeService to exclude devices of specific types from being created as navigator nodes in the navigation.
Implementation wise you are however on your own and the functionality you develop might break with any future release of the Web SDK.
The other option might be to remove the AssetsNavigatorModule
and implement the navigator logic on your own.
Regards,
Tristan
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.