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

    Interface StyleElementProperties

    interface StyleElementProperties {
        background_color?: string;
        border_color?: string;
        border_radius?: number;
        border_width?: number;
        color?: string;
        font_family?: string;
        font_size?: number;
        font_weight?: FontWeight;
        object_fit?: ObjectFit;
        opacity?: number;
        rotation?: number;
        scale?: number;
        src?: string;
        text?: string;
        text_align?: TextAlign;
    }
    Index

    Properties

    background_color?: string
    border_color?: string
    border_radius?: number
    border_width?: number
    color?: string
    font_family?: string
    font_size?: number
    font_weight?: FontWeight
    object_fit?: ObjectFit
    opacity?: number
    rotation?: number
    scale?: number
    src?: string
    text?: string
    text_align?: TextAlign