@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface RcsbModuleDataProviderInterface {
        alignments?: {
            collector: AlignmentCollectorInterface;
            context: AlignmentCollectConfig;
            trackFactories?: {
                alignmentTrackFactory?: TrackFactoryInterface<
                    [AlignmentRequestContextType, TargetAlignments],
                >;
                sequenceTrackFactory?: TrackFactoryInterface<
                    [AlignmentRequestContextType, string],
                >;
            };
        };
        annotations?: {
            collector: AnnotationCollectorInterface;
            context: AnnotationsCollectConfig;
        };
    }
    Index

    Properties

    alignments?: {
        collector: AlignmentCollectorInterface;
        context: AlignmentCollectConfig;
        trackFactories?: {
            alignmentTrackFactory?: TrackFactoryInterface<
                [AlignmentRequestContextType, TargetAlignments],
            >;
            sequenceTrackFactory?: TrackFactoryInterface<
                [AlignmentRequestContextType, string],
            >;
        };
    }
    annotations?: {
        collector: AnnotationCollectorInterface;
        context: AnnotationsCollectConfig;
    }