Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface CellLayout {
        bottom?: string;
        flex?: string;
        gridColumn?: string;
        gridRow?: string;
        height?: string;
        left?: string;
        position?: "absolute" | "relative";
        right?: string;
        top?: string;
        width?: string;
        zIndex?: number;
    }
    Index

    Properties

    bottom?: string
    flex?: string
    gridColumn?: string
    gridRow?: string
    height?: string
    left?: string
    position?: "absolute" | "relative"
    right?: string
    top?: string
    width?: string
    zIndex?: number