Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for AudioTimePointer options.

Hierarchy

  • IAudioTimePointerOptions

Index

Properties

Optional enableControl

enableControl: boolean

Enable or disable pointer movement on mouse click. true means the pointer will be controlled by the mouse click.

true by default.

Optional mode

Mode to draw the pointer.

line by default.

Optional pointerClass

pointerClass: string

CSS class name for auto generated pointer element. If this property is set the pointerStyle property will be ignored.

Optional pointerElement

pointerElement: HTMLElement

Reference 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.

Optional pointerStyle

pointerStyle: any

HTML element styles properties for auto generated pointer element.

For example:

{ background: '#f00', width: '10px' }

Generated using TypeDoc