videosphere
Preparing search index...
components/drafts/DraftMetadataModal
DraftEditorValues
Interface DraftEditorValues
Defines the shape of draft editor values.
interface
DraftEditorValues
{
id
:
string
;
title
:
string
;
description
:
string
;
tags
:
string
[]
;
visibility
:
PlatformUploadVisibility
;
targets
:
ConnectedAccountPlatform
[]
;
platforms
:
DraftPlatforms
;
backupNaming
?:
BackupFileNameSettings
;
thumbnailR2Key
?:
string
;
thumbnailContentType
?:
string
;
thumbnailPreviewUrl
?:
string
;
}
Index
Properties
id
title
description
tags
visibility
targets
platforms
backup
Naming?
thumbnail
R2
Key?
thumbnail
Content
Type?
thumbnail
Preview
Url?
Properties
id
id
:
string
title
title
:
string
description
description
:
string
tags
tags
:
string
[]
visibility
visibility
:
PlatformUploadVisibility
targets
targets
:
ConnectedAccountPlatform
[]
platforms
platforms
:
DraftPlatforms
Optional
backup
Naming
backupNaming
?:
BackupFileNameSettings
Optional
thumbnail
R2
Key
thumbnailR2Key
?:
string
Optional
thumbnail
Content
Type
thumbnailContentType
?:
string
Optional
thumbnail
Preview
Url
thumbnailPreviewUrl
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
title
description
tags
visibility
targets
platforms
backup
Naming
thumbnail
R2
Key
thumbnail
Content
Type
thumbnail
Preview
Url
videosphere
Loading...
Defines the shape of draft editor values.