MCPcopy Index your code
hub / github.com/UI5/webcomponents / _setActive

Method _setActive

packages/main/src/TableRow.ts:171–176  ·  view source on GitHub ↗
(deactivationEvent: string)

Source from the content-addressed store, hash-verified

169 }
170
171 _setActive(deactivationEvent: string) {
172 this.toggleAttribute("_active", true);
173 document.addEventListener(deactivationEvent, () => {
174 this.removeAttribute("_active");
175 }, { once: true });
176 }
177
178 _onOverflowButtonClick(e: UI5CustomEvent<Button, "click">) {
179 const ctor = this.actions[0].constructor as typeof TableRowActionBase;

Callers 2

_onpointerdownMethod · 0.95
_onkeydownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected