Skip to Content
DocumentationAPI ReferenceCoreAppType AliasesType Alias: RenderVideoUserProjectSettings

@revideo/core


@revideo/core / app / RenderVideoUserProjectSettings

Type Alias: RenderVideoUserProjectSettings

RenderVideoUserProjectSettings = { background?: UserProjectSettings["shared"]["background"]; exporter?: UserProjectSettings["rendering"]["exporter"]; range?: UserProjectSettings["shared"]["range"]; size?: UserProjectSettings["shared"]["size"]; }

Defined in: app/Project.ts:80 

Settings that can be passed to the renderVideo / renderPartialVideo functions

Properties

background?

optional background?: UserProjectSettings["shared"]["background"]

Defined in: app/Project.ts:82 


exporter?

optional exporter?: UserProjectSettings["rendering"]["exporter"]

Defined in: app/Project.ts:85 


range?

optional range?: UserProjectSettings["shared"]["range"]

Defined in: app/Project.ts:81 


size?

optional size?: UserProjectSettings["shared"]["size"]

Defined in: app/Project.ts:83 

© 2026 Haven Technologies, Inc.
Type Alias: RenderVideoUserProjectSettings – Revideo