mcut
@mcut/timeline

TextRunStylePatch

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / TextRunStylePatch

Type Alias: TextRunStylePatch

type TextRunStylePatch = { [K in keyof TextRunStyle]?: TextRunStyle[K] | null };

Defined in: packages/timeline/src/rich-text.ts:79

A property patch for applyRunStyle: null clears the override.

On this page