@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface RcsbTrackBlockConfigInterface {
        axisLabel?: string;
        contentType: "binary" | "numerical";
        sort: string[];
        title: string;
        trackType: string[];
        type: string;
        undefTrack?: { color: string; id: string; label: string };
    }
    Index

    Properties

    axisLabel?: string
    contentType: "binary" | "numerical"
    sort: string[]
    title: string
    trackType: string[]
    type: string
    undefTrack?: { color: string; id: string; label: string }