@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface RcsbFvModuleBuildInterface {
        additionalConfig?: RcsbFvAdditionalConfig;
        chrId?: string;
        elementSelectId?: string;
        entityId?: string;
        from?: SequenceReference;
        group?: GroupReference;
        groupId?: string;
        instanceId?: string;
        psa?: PairwiseAlignmentInterface;
        queryId?: string;
        refSeqId?: string;
        sources?: AnnotationReference[];
        to?: SequenceReference;
        upAcc?: string;
        resolve(module: RcsbFvModulePublicInterface): void;
    }
    Index

    Properties

    additionalConfig?: RcsbFvAdditionalConfig
    chrId?: string
    elementSelectId?: string
    entityId?: string
    from?: SequenceReference
    group?: GroupReference
    groupId?: string
    instanceId?: string
    queryId?: string
    refSeqId?: string
    sources?: AnnotationReference[]
    to?: SequenceReference
    upAcc?: string

    Methods