interface TrackConfInterface {
    bgColor: string;
    compositeHeight: number;
    height: number;
    trackClass: string;
}

Properties

bgColor: string
compositeHeight: number
height: number
trackClass: string