@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface EntryPropertyInterface {
        description: string[];
        entityToInstance: Map<string, string[]>;
        entityToPrd: Map<string, string>;
        entryId: string;
        entryMolecularWeight?: number;
        experimentalMethod: string;
        instanceToOperator: Map<string, Map<string, string[]>>;
        name: string;
        nonPolymerEntityToInstance: Map<string, string[]>;
        rcsbId: string;
        representativeModel: number;
        resolution?: number;
        structureDeterminationMethodology: StructureDeterminationMethodology;
        taxNames: string[];
    }
    Index

    Properties

    description: string[]
    entityToInstance: Map<string, string[]>
    entityToPrd: Map<string, string>
    entryId: string
    entryMolecularWeight?: number
    experimentalMethod: string
    instanceToOperator: Map<string, Map<string, string[]>>
    name: string
    nonPolymerEntityToInstance: Map<string, string[]>
    rcsbId: string
    representativeModel: number
    resolution?: number
    structureDeterminationMethodology: StructureDeterminationMethodology
    taxNames: string[]