Search modules store mutations, can be called with $store.commit('search/${mutationName}', ...args)
Methods
-
vcs.ui.store.search.mutations.setActive(active)
-
Sets the search active
Name Type Description activeboolean -
vcs.ui.store.search.mutations.setActiveAdvancedSearch(plugin)
-
Sets the advanced search active. if the search is not active, it will also be set to active
Name Type Description pluginstring the plugin component, namespaced 'plugin-component'
-
vcs.ui.store.search.mutations.setShowResultContainer(show)
-
Sets if the result container should be rendered
Name Type Description showboolean
virtualcityMAP 3.6