MCPcopy Create free account
hub / github.com/UI5/webcomponents / search

Method search

packages/fiori/src/ShellBar.ts:899–901  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

897 /* =================== Search Management =================== */
898
899 get search() {
900 return this.searchField.length ? this.searchField[0] : null;
901 }
902
903 get isSelfCollapsibleSearch(): boolean {
904 const searchField = this.search;

Callers 3

diffable-html.jsFile · 0.80
getLocationSearchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected