Namespace: search

vcs.ui.store.search

The search store components can be used during plugin development for developing vcs.ui.LocationBasedPluginOptions to activate the search box and set the currently active advanced search, eg. the plugin component

Namespaces

mutations

Members

vcs.ui.store.search.active{boolean}

Whether the search is active, and the search component is displayed

vcs.ui.store.search.activeAdvancedSearch{string}

The currently active advanced search. it is namesapced, for example plungin 'a' has a search component 'test', the name should be 'a-test' to activate it

vcs.ui.store.search.showResultContainer{boolean}

Whether the result container should be rendered or hidden