@mcut/timeline
textBoxSchema
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / timeline/src / textBoxSchema
Variable: textBoxSchema
const textBoxSchema: ZodObject<{
height: ZodOptional<ZodNumber>;
overflow: ZodDefault<ZodEnum<{
clip: "clip";
visible: "visible";
}>>;
width: ZodNumber;
}, $strip>;Defined in: packages/timeline/src/model.ts:115