@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface RcsbAnnotationConfigInterface {
        addToType?: string[];
        color?: string | RcsbFvColorGradient;
        display: RcsbFvDisplayTypes;
        displayCooccurrence?: boolean;
        domain?: [number, number];
        fitTitleWidth?: boolean;
        height?: number;
        ignore?: boolean;
        key?: string;
        prefix?: string;
        provenanceList: Set<string>;
        title: string;
        transformToNumerical?: boolean;
        type: string;
    }
    Index

    Properties

    addToType?: string[]
    color?: string | RcsbFvColorGradient
    display: RcsbFvDisplayTypes
    displayCooccurrence?: boolean
    domain?: [number, number]
    fitTitleWidth?: boolean
    height?: number
    ignore?: boolean
    key?: string
    prefix?: string
    provenanceList: Set<string>
    title: string
    transformToNumerical?: boolean
    type: string