Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/app-state/services/app-settings-machine
AppSettingsContextType
Interface AppSettingsContextType
Интерфейс контекста машины состояний настроек приложения
interface
AppSettingsContextType
{
currentProject
:
{
isDirty
:
boolean
;
isNew
:
boolean
;
name
:
string
;
path
:
string
;
}
;
error
:
string
;
favorites
:
FavoritesType
;
isLoading
:
boolean
;
mediaFiles
:
{
allFiles
:
MediaFile
[]
;
error
:
string
;
isLoading
:
boolean
}
;
musicFiles
:
{
allFiles
:
MediaFile
[]
;
error
:
string
;
isLoading
:
boolean
}
;
recentProjects
:
{
lastOpened
:
number
;
name
:
string
;
path
:
string
}
[]
;
userSettings
:
UserSettingsContextType
;
}
Index
Properties
current
Project
error
favorites
is
Loading
media
Files
music
Files
recent
Projects
user
Settings
Properties
current
Project
currentProject
:
{
isDirty
:
boolean
;
isNew
:
boolean
;
name
:
string
;
path
:
string
}
error
error
:
string
favorites
favorites
:
FavoritesType
is
Loading
isLoading
:
boolean
media
Files
mediaFiles
:
{
allFiles
:
MediaFile
[]
;
error
:
string
;
isLoading
:
boolean
}
music
Files
musicFiles
:
{
allFiles
:
MediaFile
[]
;
error
:
string
;
isLoading
:
boolean
}
recent
Projects
recentProjects
:
{
lastOpened
:
number
;
name
:
string
;
path
:
string
}
[]
user
Settings
userSettings
:
UserSettingsContextType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Project
error
favorites
is
Loading
media
Files
music
Files
recent
Projects
user
Settings
Timeline Studio API Documentation - v0.26.0
Loading...
Интерфейс контекста машины состояний настроек приложения