mcut
@mcut/timeline

markerSchema

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / markerSchema

Variable: markerSchema

const markerSchema: ZodObject<{
  color: ZodOptional<ZodString>;
  id: ZodCustom<`m-${string}`, `m-${string}`>;
  label: ZodOptional<ZodString>;
  timeMs: ZodNumber;
}, $strip>;

Defined in: packages/timeline/src/model.ts:396

A timeline marker: a named point on the project's time ruler (navigation, notes, keyword hits). Markers live on the project, not on tracks/elements.

On this page