MCPcopy Index your code
hub / github.com/processing/p5.js / isLabelElement

Function isLabelElement

src/dom/dom.js:1434–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1432 const isRadioInput = el =>
1433 el instanceof HTMLInputElement && el.type === 'radio';
1434 const isLabelElement = el => el instanceof HTMLLabelElement;
1435 const isSpanElement = el => el instanceof HTMLSpanElement;
1436
1437 self._getOptionsArray = function () {

Callers 1

domFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected