@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface RcsbTrackConfigInterface {
        color?: string;
        label?: string;
        numericalCategories?: {
            categories: { color: string; id: string; label: string }[];
            thresholds: number[];
        };
        type: string;
    }
    Index

    Properties

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