@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface ItemFeaturesInterface {
        asymId?: string;
        entityId?: string;
        entryId: string;
        experimentalMethod: string;
        molecularWeight?: number;
        name: string;
        resolution?: number;
        sequenceLength?: number;
        structureDeterminationMethodology: StructureDeterminationMethodology;
        taxNames: string[];
    }
    Index

    Properties

    asymId?: string
    entityId?: string
    entryId: string
    experimentalMethod: string
    molecularWeight?: number
    name: string
    resolution?: number
    sequenceLength?: number
    structureDeterminationMethodology: StructureDeterminationMethodology
    taxNames: string[]