TimelineKit API
    Preparing search index...

    Interface ColorDefinition

    Custom color definition that can be used instead of a theme color index.

    interface ColorDefinition {
        borderColor?: string | null;
        color1: string;
        color2: string;
        highlightColor?: string;
        progressColor1?: string;
        progressColor2?: string;
        progressHighlightColor?: string;
    }
    Index

    Properties

    borderColor?: string | null
    color1: string
    color2: string
    highlightColor?: string
    progressColor1?: string
    progressColor2?: string
    progressHighlightColor?: string