MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / focus

Method focus

src/map-feature.js:727–729  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

725 // options (optional): as options parameter for native HTMLElement
726 // https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus
727 focus(options) {
728 this._groupEl.focus(options);
729 }
730
731 // a method that makes the <g> element lose focus, or invoking the user-defined blur event
732 blur() {

Calls

no outgoing calls

Tested by

no test coverage detected