MCPcopy
hub / github.com/hotwired/stimulus / Observer

Interface Observer

src/tests/cases/observer_test_case.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { DOMTestCase } from "./dom_test_case"
2
3export interface Observer {
4 start(): void
5 stop(): void
6}
7
8export class ObserverTestCase extends DOMTestCase {
9 observer!: Observer

Callers 16

startMethod · 0.65
connectMethod · 0.65
startMethod · 0.65
startMethod · 0.65
startMethod · 0.65
startMethod · 0.65
startMethod · 0.65
startMethod · 0.65
stopMethod · 0.65
disconnectMethod · 0.65
stopMethod · 0.65
stopSelectorObserversMethod · 0.65

Implementers 14

Dispatchersrc/core/dispatcher.ts
ValueObserversrc/core/value_observer.ts
Routersrc/core/router.ts
OutletObserversrc/core/outlet_observer.ts
Applicationsrc/core/application.ts
BindingObserversrc/core/binding_observer.ts
ScopeObserversrc/core/scope_observer.ts
TargetObserversrc/core/target_observer.ts
AttributeObserversrc/mutation-observers/attribute_obser
ElementObserversrc/mutation-observers/element_observe
TokenListObserversrc/mutation-observers/token_list_obse
StringMapObserversrc/mutation-observers/string_map_obse

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…