UNPKG

paraview-glance

Version:

Web application for Visualizing Scientific and Medical datasets

12 lines (8 loc) 282 B
// ---------------------------------------------------------------------------- function getViewType(view) { return `${view.getProxyName()}:${view.getName()}`; } // ---------------------------------------------------------------------------- export default { getViewType, };