Hierarchy

  • RcsbTrackConfigInterface

Properties

color?: string
label?: string
numericalCategories?: {
    categories: {
        color: string;
        id: string;
        label: string;
    }[];
    thresholds: number[];
}

Type declaration

  • categories: {
        color: string;
        id: string;
        label: string;
    }[]
  • thresholds: number[]
type: string

Generated using TypeDoc