@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface AnnotationConfigInterface {
        config: RcsbAnnotationConfigInterface[];
        entity_order?: string[];
        external_data_order?: string[];
        instance_order?: string[];
        merge?: {
            display: RcsbFvDisplayTypes;
            merged_types: string[];
            title: string;
            type: string;
        }[];
        provenance_color_code: {
            csm: string;
            external: string;
            rcsb_link: string;
            rcsb_pdb: string;
        };
    }
    Index

    Properties

    entity_order?: string[]
    external_data_order?: string[]
    instance_order?: string[]
    merge?: {
        display: RcsbFvDisplayTypes;
        merged_types: string[];
        title: string;
        type: string;
    }[]
    provenance_color_code: {
        csm: string;
        external: string;
        rcsb_link: string;
        rcsb_pdb: string;
    }