wip: playhead #12
Annotations
10 errors
build:
s/components/omni-timeline/views/indicators/proposal-indicator.ts#L44
Argument of type '{ timeline_start: number; timeline_end: number; track: number; }' is not assignable to parameter of type 'Timecode'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L12
Property 'playhead_drag' does not exist on type 'Timeline'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L17
Property 'get_clip_relative_to_timecode' does not exist on type 'Timeline'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L21
Property 'increase_timecode' does not exist on type 'Callable<{ set_clip_track: (state: OmniState) => (clip: XClip, track: number) => void; set_clip_duration: (state: OmniState) => ({ id }: XClip, duration: number) => void; set_clip_start_position: (state: OmniState) => ({ id }: XClip, x: number) => void; add_track: (state: OmniState) => () => void; zoom_in: (state: O...'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L22
Property 'on_playing' does not exist on type 'Timeline'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L27
Property 'is_playing' does not exist on type 'Timeline'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L34
Property 'set_timecode' does not exist on type 'Callable<{ set_clip_track: (state: OmniState) => (clip: XClip, track: number) => void; set_clip_duration: (state: OmniState) => ({ id }: XClip, duration: number) => void; set_clip_start_position: (state: OmniState) => ({ id }: XClip, x: number) => void; add_track: (state: OmniState) => () => void; zoom_in: (state: O...'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L39
Property 'set_is_playing' does not exist on type 'Callable<{ set_clip_track: (state: OmniState) => (clip: XClip, track: number) => void; set_clip_duration: (state: OmniState) => ({ id }: XClip, duration: number) => void; set_clip_start_position: (state: OmniState) => ({ id }: XClip, x: number) => void; add_track: (state: OmniState) => () => void; zoom_in: (state: O...'.
|
build:
s/components/omni-timeline/views/playhead/view.ts#L51
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
build:
s/context/controllers/timeline/controller.test.ts#L14
Object literal may only specify known properties, and 'timeline_start' does not exist in type 'Timecode'.
|