mcut
@mcut/timeline

TimelineElement

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / TimelineElement

Type Alias: TimelineElement

type TimelineElement =
  | VideoElement
  | AudioElement
  | ImageElement
  | TextElement
  | CaptionElement
  | MulticamElement;

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

Named to avoid colliding with the DOM Element type. Statically this is the union of BUILT-IN types; custom registered types parse at runtime and surface as this union (consumers narrowing on type fall through their default branches; plugin code casts to its own type).

On this page