mcut
@mcut/timeline

SnapClipResult

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / SnapClipResult

Interface: SnapClipResult

Defined in: packages/timeline/src/snap.ts:41

Extends

Properties

edge

edge: "start" | "end" | null;

Defined in: packages/timeline/src/snap.ts:43

Which clip edge landed on the target.


guideMs

guideMs: number | null;

Defined in: packages/timeline/src/snap.ts:36

Where to render a guide line, if a magnetic target grabbed the value.

Inherited from

SnapResult.guideMs


ms

ms: number;

Defined in: packages/timeline/src/snap.ts:34

Snapped (or passed-through/quantized) time.

Inherited from

SnapResult.ms


target

target: SnapTarget | null;

Defined in: packages/timeline/src/snap.ts:38

The target that grabbed the value (kind drives guide styling).

Inherited from

SnapResult.target

On this page