Namespace: mutations

vcs.ui.store.search.mutations

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
active boolean

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
plugin string

the plugin component, namespaced 'plugin-component'

vcs.ui.store.search.mutations.setShowResultContainer(show)

Sets if the result container should be rendered

Name Type Description
show boolean