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

    Генератор

    interface Generator {
        id: string;
        name: string;
        settings: any;
        type: "gradient" | "solid" | "noise" | "bars" | "countdown";
    }
    Index

    Properties

    Properties

    id: string
    name: string
    settings: any
    type: "gradient" | "solid" | "noise" | "bars" | "countdown"