Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/project-settings/types/timeline-studio-project
CollaborationSettings
Interface CollaborationSettings
Настройки коллаборации
interface
CollaborationSettings
{
cloud
?:
{
autoResolveConflicts
:
boolean
;
syncInterval
:
number
;
workspaceId
:
string
;
}
;
collaborators
?:
{
color
:
string
;
email
:
string
;
id
:
string
;
name
:
string
;
role
:
"owner"
|
"editor"
|
"viewer"
;
}
[]
;
enabled
:
boolean
;
local
?:
{
lockFiles
:
boolean
;
sharedPath
:
string
}
;
mode
:
"local"
|
"cloud"
;
}
Index
Properties
cloud?
collaborators?
enabled
local?
mode
Properties
Optional
cloud
cloud
?:
{
autoResolveConflicts
:
boolean
;
syncInterval
:
number
;
workspaceId
:
string
;
}
Для облачной коллаборации
Optional
collaborators
collaborators
?:
{
color
:
string
;
email
:
string
;
id
:
string
;
name
:
string
;
role
:
"owner"
|
"editor"
|
"viewer"
;
}
[]
Участники
enabled
enabled
:
boolean
Optional
local
local
?:
{
lockFiles
:
boolean
;
sharedPath
:
string
}
Для локальной коллаборации
mode
mode
:
"local"
|
"cloud"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cloud
collaborators
enabled
local
mode
Timeline Studio API Documentation - v0.26.0
Loading...
Настройки коллаборации