Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface EffectResource {
        addedAt: number;
        effect: VideoEffect;
        id: string;
        name: string;
        params?: Record<string, any>;
        resourceId: string;
        type: "effect";
    }

    Hierarchy (View Summary)

    Index

    Properties

    addedAt: number
    effect: VideoEffect
    id: string
    name: string
    params?: Record<string, any>
    resourceId: string
    type: "effect"