Additional configuration options passed to the position source constructor. Use this for custom position source implementations.
OptionalposterOptional poster image URL (video sources).
OptionalselectorCSS selector for sources that need a DOM element (scroll, video).
Name of the position source class to instantiate. Resolved via the resource importer.
Built-in options: 'RafPositionSource', 'ScrollPositionSource', 'VideoPositionSource'
OptionaltickInterval between position updates in milliseconds (RAF sources).
Configuration for a position source.
Position sources drive timeline position. They are resolved dynamically via the resource importer using the
systemNameproperty.Built-in position sources:
RafPositionSource: RAF-based, drives timeline by elapsed timeScrollPositionSource: Scroll-based, drives timeline by scroll positionVideoPositionSource: Video.js-based, drives timeline by video playbackExample