OptionalenableEnable or disable pointer movement on mouse click or drag.
true means the pointer will be controlled by the mouse click.
true by default.
OptionalmodeMode to draw the pointer.
line by default.
OptionalpointerCSS class name for auto generated pointer element.
If this property is set the pointerStyle property will be ignored.
OptionalpointerThe delay in milliseconds for the pointer when the user moves it.
500 by default.
OptionalpointerReference to the HTML element which could be used as a pointer instead of auto generated.
pointerStyle and pointerClass will not be applied to this element.
OptionalpointerHTML element styles properties for auto generated pointer element.
For example:
{ background: '#f00', width: '10px' }
Interface for MediaTimePointer options.