Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface DividerConfig {
        color?: string;
        dashArray?: string;
        opacity?: number;
        shadow?: boolean;
        shadowBlur?: string;
        shadowColor?: string;
        show?: boolean;
        style?: "solid" | "dashed" | "dotted";
        width?: string;
    }
    Index

    Properties

    color?: string
    dashArray?: string
    opacity?: number
    shadow?: boolean
    shadowBlur?: string
    shadowColor?: string
    show?: boolean
    style?: "solid" | "dashed" | "dotted"
    width?: string