(id: string, field: "start" | "end" | "duration" | "trackIndex")
| 60 | } |
| 61 | |
| 62 | export function timingPath(id: string, field: "start" | "end" | "duration" | "trackIndex"): string { |
| 63 | return `/elements/${escapeIdForPath(id)}/timing/${field}`; |
| 64 | } |
| 65 | |
| 66 | export function holdPath(id: string, field: "start" | "end" | "fill"): string { |
| 67 | return `/elements/${escapeIdForPath(id)}/hold/${field}`; |
no test coverage detected