Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface ElementProperties {
        backgroundColor?: string;
        borderColor?: string;
        borderRadius?: number;
        borderWidth?: number;
        color?: string;
        fontFamily?: string;
        fontSize?: number;
        fontWeight?: "bold" | "normal" | "light";
        objectFit?: "fill" | "contain" | "cover";
        opacity?: number;
        rotation?: number;
        scale?: number;
        src?: string;
        text?: string;
        textAlign?: "center" | "left" | "right";
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    backgroundColor?: string
    borderColor?: string
    borderRadius?: number
    borderWidth?: number
    color?: string
    fontFamily?: string
    fontSize?: number
    fontWeight?: "bold" | "normal" | "light"
    objectFit?: "fill" | "contain" | "cover"
    opacity?: number
    rotation?: number
    scale?: number
    src?: string
    text?: string
    textAlign?: "center" | "left" | "right"