Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/ai-context
TimelineContext
Interface TimelineContext
Контекст таймлайна
interface
TimelineContext
{
currentProject
:
any
;
issues
:
{
elementId
?:
string
;
message
:
string
;
severity
:
"low"
|
"medium"
|
"high"
;
type
:
"error"
|
"warning"
|
"suggestion"
;
}
[]
;
projectStats
:
{
totalClips
:
number
;
totalDuration
:
number
;
totalSections
:
number
;
totalTracks
:
number
;
usedResources
:
Record
<
PREVIEW_SIZES
,
number
>
;
}
;
recentChanges
:
{
action
:
string
;
affectedElements
:
string
[]
;
description
:
string
;
timestamp
:
Date
;
}
[]
;
}
Index
Properties
current
Project
issues
project
Stats
recent
Changes
Properties
current
Project
currentProject
:
any
issues
issues
:
{
elementId
?:
string
;
message
:
string
;
severity
:
"low"
|
"medium"
|
"high"
;
type
:
"error"
|
"warning"
|
"suggestion"
;
}
[]
project
Stats
projectStats
:
{
totalClips
:
number
;
totalDuration
:
number
;
totalSections
:
number
;
totalTracks
:
number
;
usedResources
:
Record
<
PREVIEW_SIZES
,
number
>
;
}
recent
Changes
recentChanges
:
{
action
:
string
;
affectedElements
:
string
[]
;
description
:
string
;
timestamp
:
Date
;
}
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Project
issues
project
Stats
recent
Changes
Timeline Studio API Documentation - v0.26.0
Loading...
Контекст таймлайна