EngagementArea
EngagementArea(
__namedParameters):ReactElement
A qualified engagement region (plan 144 TASK-13 / REQ-21). It:
- establishes a TelemetryScope (
area/purpose) for its descendants; - emits
viewEventonce when first viewport-qualified — one-shot across React Strict Mode’s double-mount (AC-12); - accrues dwell only while the region is onscreen and the tab is visible,
emitting
dwellEventwithdwell_mswhen it unmounts; - bubbles descendant clicks as
interactionEvent.
Renders its children and never throws without a provider (AC-13).
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”Returns
Section titled “Returns”ReactElement