hcifootprint/sensorInterfaces
PageWatch
Interface: PageWatch
Defined in: src/sensor/types.ts:281
The handle watchPage returns.
A named method rather than a bare closure because a framework binding stores it
across renders, and registerActions's handle already sets that idiom
(nav-session.ts:238-257).
stop() is idempotent, the same contract a PresenceHandle keeps: watch → stop
→ watch nets to one live listener set.
Methods
attach()
attach(
control):ControlAttachment
Defined in: src/sensor/types.ts:283
Hand a control over. THE declared level — see ControlDeclaration.
Parameters
control
Returns
coverage()
coverage():
Coverage
Defined in: src/sensor/types.ts:284
Returns
stop()
stop():
void
Defined in: src/sensor/types.ts:285
Returns
void