Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Типы для стилистических шаблонов

    interface StyleTemplate {
        aspectRatio: "16:9" | "9:16" | "1:1";
        category:
            | "transition"
            | "overlay"
            | "intro"
            | "title"
            | "outro"
            | "lower-third";
        description?: { en: string; ru: string };
        duration: number;
        elements: TemplateElement[];
        hasAnimation: boolean;
        hasText: boolean;
        id: string;
        name: { en: string; ru: string };
        previewVideo?: string;
        style:
            | "cinematic"
            | "minimal"
            | "modern"
            | "vintage"
            | "creative"
            | "corporate";
        tags?: { en: string[]; ru: string[] };
        thumbnail?: string;
    }
    Index

    Properties

    aspectRatio: "16:9" | "9:16" | "1:1"
    category: "transition" | "overlay" | "intro" | "title" | "outro" | "lower-third"
    description?: { en: string; ru: string }
    duration: number
    elements: TemplateElement[]
    hasAnimation: boolean
    hasText: boolean
    id: string
    name: { en: string; ru: string }
    previewVideo?: string
    style: "cinematic" | "minimal" | "modern" | "vintage" | "creative" | "corporate"
    tags?: { en: string[]; ru: string[] }
    thumbnail?: string