@ezuikit/control-time-line - v1.0.0
    Preparing search index...

    Interface MobileTimeLineTimeArr

    interface MobileTimeLineTimeArr {
        current: string;
        id: number;
        label: string;
        marginBottom: number;
        marginTop: number;
        recArr: any[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    current: string
    id: number
    label: string
    marginBottom: number
    marginTop: number
    recArr: any[]