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

Method select

dom/src/DOMSource.ts:7–7  ·  view source on GitHub ↗
(selector: string)

Source from the content-addressed store, hash-verified

5
6export interface DOMSource {
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
render.tsxFile · 0.65
events.tsFile · 0.65
componentFunction · 0.65
isolation.tsFile · 0.65
mainFunction · 0.65
appFunction · 0.65
FrameFunction · 0.65
MonalisaFunction · 0.65
AppFunction · 0.65
ChildFunction · 0.65
ComponentFunction · 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