hcifootprintInterfaces
SensedEvent
Interface: SensedEvent
Defined in: src/contextful/types.ts:113
One DOM event the anchor saw. Type and name-class only — never content.
Properties
at
at:
number
Defined in: src/contextful/types.ts:121
Epoch ms.
targetRole?
optionaltargetRole?:string
Defined in: src/contextful/types.ts:117
The target's own role attribute, when it has one.
targetTag?
optionaltargetTag?:string
Defined in: src/contextful/types.ts:119
The target's tag name, lowercased — the raw fact behind an absent role.
type
type:
string
Defined in: src/contextful/types.ts:115
'click' | 'input' | 'change' — the event class, never its data.