gitlab-org--gitlab-foss/app/assets/javascripts/ide/stores/modules/pane/mutation_types.js

4 lines
138 B
JavaScript

export const SET_OPEN = 'SET_OPEN';
export const SET_CURRENT_VIEW = 'SET_CURRENT_VIEW';
export const KEEP_ALIVE_VIEW = 'KEEP_ALIVE_VIEW';