UNPKG

paraview-glance

Version:

Web application for Visualizing Scientific and Medical datasets

13 lines (10 loc) 327 B
import { mapState } from 'vuex'; // ---------------------------------------------------------------------------- export default { name: 'StateFileGenerator', computed: mapState({ proxyManager: 'proxyManager', fileGenerationInProgress: (state) => !!state.savingStateName, fileName: 'savingStateName', }), };