Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface VideoTemplateStyle {
        bottom?: string;
        cellConfig?: CellConfiguration;
        clipPath?: string;
        display?: "none" | "block";
        height?: string;
        left?: string;
        position: "fixed" | "absolute" | "relative" | "sticky";
        right?: string;
        top?: string;
        transform?: string;
        width?: string;
        zIndex?: number;
    }
    Index

    Properties

    bottom?: string
    cellConfig?: CellConfiguration
    clipPath?: string
    display?: "none" | "block"
    height?: string
    left?: string
    position: "fixed" | "absolute" | "relative" | "sticky"
    right?: string
    top?: string
    transform?: string
    width?: string
    zIndex?: number