Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/utils/timeline-context
createDetailedTimelineContext
Function createDetailedTimelineContext
createDetailedTimelineContext
(
project
:
any
,
activeSection
?:
any
,
selectedClips
?:
TimelineClip
[]
,
)
:
|
{
activeSection
:
any
;
hasProject
:
boolean
;
projectDescription
?:
undefined
;
projectName
:
any
;
projectSettings
?:
undefined
;
projectStats
:
any
;
selectedClips
:
any
[]
;
}
|
{
activeSection
:
{
duration
:
any
;
name
:
any
;
trackCount
:
any
}
;
hasProject
:
boolean
;
projectDescription
:
any
;
projectName
:
any
;
projectSettings
:
{
aspectRatio
:
any
;
fps
:
any
;
resolution
:
any
}
;
projectStats
:
{
clipCount
:
number
;
effectCount
:
number
;
sectionCount
:
any
;
totalDuration
:
number
;
trackCount
:
number
;
transitionCount
:
number
;
}
;
selectedClips
:
{
duration
:
number
;
effectCount
:
any
;
hasTransitions
:
boolean
;
name
:
any
;
}
[]
;
}
Создает подробный контекст Timeline для AI инструментов
Parameters
project
:
any
Optional
activeSection
:
any
Optional
selectedClips
:
TimelineClip
[]
Returns
|
{
activeSection
:
any
;
hasProject
:
boolean
;
projectDescription
?:
undefined
;
projectName
:
any
;
projectSettings
?:
undefined
;
projectStats
:
any
;
selectedClips
:
any
[]
;
}
|
{
activeSection
:
{
duration
:
any
;
name
:
any
;
trackCount
:
any
}
;
hasProject
:
boolean
;
projectDescription
:
any
;
projectName
:
any
;
projectSettings
:
{
aspectRatio
:
any
;
fps
:
any
;
resolution
:
any
}
;
projectStats
:
{
clipCount
:
number
;
effectCount
:
number
;
sectionCount
:
any
;
totalDuration
:
number
;
trackCount
:
number
;
transitionCount
:
number
;
}
;
selectedClips
:
{
duration
:
number
;
effectCount
:
any
;
hasTransitions
:
boolean
;
name
:
any
;
}
[]
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Timeline Studio API Documentation - v0.26.0
Loading...
Создает подробный контекст Timeline для AI инструментов