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

Method _handleSelect

packages/main/src/Token.ts:157–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 static i18nBundle: I18nBundle;
156
157 _handleSelect() {
158 if (!this.toBeDeleted) {
159 this.selected = !this.selected;
160 this.fireDecoratorEvent("select");
161 }
162 }
163
164 _focusin() {
165 this.focused = true;

Callers 1

_keydownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected