(options)
| 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() { |
no outgoing calls
no test coverage detected