Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/templates/hooks/use-templates
useTemplates
Function useTemplates
useTemplates
()
:
{
getTemplateById
:
(
id
:
string
)
=>
MediaTemplate
;
templates
:
MediaTemplate
[]
;
templatesByCategory
:
Record
<
"portrait"
|
"landscape"
|
"square"
,
MediaTemplate
[]
,
>
;
}
Hook для получения доступных шаблонов
Returns
{
getTemplateById
:
(
id
:
string
)
=>
MediaTemplate
;
templates
:
MediaTemplate
[]
;
templatesByCategory
:
Record
<
"portrait"
|
"landscape"
|
"square"
,
MediaTemplate
[]
,
>
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Timeline Studio API Documentation - v0.26.0
Loading...
Hook для получения доступных шаблонов