Skip to content

VideoHotspot

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/packages/types/src/models/video.ts

An interactive clickable hotspot overlaid on a page video, synced to playback time. While the player's currentTime is within a small window of tMs, the reader shows a pulsing marker at (xPct,yPct); clicking it seeks to seekToMs (or just surfaces label). Emitted by atlorix build_videos and persisted verbatim onto ManualVideo.hotspots.

Properties

PropertyType
tMsnumber
xPctnumber
yPctnumber
labelstring
stepIndexnumber
seekToMsnumber

Was this page helpful?

Download as PDF