MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / events

Method events

dom/src/DOMSource.ts:9–9  ·  view source on GitHub ↗
(eventType: string, options?: EventsFnOptions)

Source from the content-addressed store, hash-verified

7 select<S extends DOMSource>(selector: string): S;
8 elements(): MemoryStream<Document | Element | Array<Element> | string>;
9 events(eventType: string, options?: EventsFnOptions): Stream<Event>;
10}

Callers 15

InputCountFunction · 0.65
events.tsFile · 0.65
componentFunction · 0.65
FrameFunction · 0.65
MonalisaFunction · 0.65
isolation.tsFile · 0.65
mainFunction · 0.65
ChildFunction · 0.65
ComponentFunction · 0.65
ItemFunction · 0.65
select.tsFile · 0.65
intentFunction · 0.65

Implementers 5

DocumentDOMSourcedom/src/DocumentDOMSource.ts
HTMLSourcedom/src/HTMLSource.ts
BodyDOMSourcedom/src/BodyDOMSource.ts
MockedDOMSourcedom/src/mockDOMSource.ts
MainDOMSourcedom/src/MainDOMSource.ts

Calls

no outgoing calls

Tested by

no test coverage detected