Kind: Function
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/video-directive.ts
Decode the hotspots attribute back to VideoHotspot[] (mirror of encodeHotspots).
Signature
tsfunction decodeHotspots(encoded: string): VideoHotspot[]
Parameters
| Name | Type |
|---|---|
encoded | string |
Returns: VideoHotspot[]
Was this page helpful?