Skip to Content
DocumentationAPI ReferenceCoreAppType AliasesType Alias: PartialUserProjectSettings

@revideo/core


@revideo/core / app / PartialUserProjectSettings

Type Alias: PartialUserProjectSettings

PartialUserProjectSettings = { preview?: Partial<UserProjectSettings["preview"]>; rendering?: Partial<UserProjectSettings["rendering"]>; shared?: Partial<UserProjectSettings["shared"]>; }

Defined in: app/Project.ts:92 

Settings that can be passed to the createProject function

Properties

preview?

optional preview?: Partial<UserProjectSettings["preview"]>

Defined in: app/Project.ts:95 


rendering?

optional rendering?: Partial<UserProjectSettings["rendering"]>

Defined in: app/Project.ts:94 


shared?

optional shared?: Partial<UserProjectSettings["shared"]>

Defined in: app/Project.ts:93 

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