Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 543 Bytes

ScoreTrackPoint.md

File metadata and controls

21 lines (11 loc) · 543 Bytes

FlatApi.ScoreTrackPoint

Properties

Name Type Description Notes
type String The type of the synchronization point. If the type is `measure`, the measure uuid must be present in `measureUuid`
measureUuid String The measure unique identifier [optional]
time Number The corresponding time in seconds

Enum: TypeEnum

  • measure (value: "measure")

  • end (value: "end")