Screen Note Position

Position of the note with respect to top left corner. Values are normalized in [0, 1]

Type: object

AttributeTypeDescription
xnumberThe X-coordinate of the note's position. For area notes, this represents the X-coordinate of the end point.
ynumberThe Y-coordinate of the note's position. For area notes, this represents the Y-coordinate of the end point.
x_startnumber (Optional)The X-coordinate of the start point for area notes. Ignored for point notes.
y_startnumber (Optional)The Y-coordinate of the start point for area notes. Ignored for point notes.

Example

{
  "x": 0.93,
  "y": 0.1,
  "x_start": 0.9,
  "y_start": 0.05
}