MCPcopy
hub / github.com/videojs/video.js / el

Function el

test/unit/spatial-navigation.test.js:384–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 name: () => 'newComponent',
383 el_: document.createElement('div'),
384 el() {
385 return this.el_;
386 },
387 focus: sinon.spy(),
388 getPositions: () => ({ center: { x: 100, y: 100 }, boundingClientRect: { top: 100, left: 100, bottom: 200, right: 200 } }),
389 getIsAvailableToBeFocused: () => true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected