Hierarchy

  • RcsbModuleDataProviderInterface

Properties

alignments?: {
    collector: AlignmentCollectorInterface;
    context: Partial<CollectAlignmentInterface & CollectGroupAlignmentInterface>;
    trackFactories?: {
        alignmentTrackFactory?: TrackFactoryInterface<[AlignmentRequestContextType, TargetAlignment]>;
        sequenceTrackFactory?: TrackFactoryInterface<[AlignmentRequestContextType, string]>;
    };
}

Type declaration

annotations?: {
    collector: AnnotationCollectorInterface;
    context: AnnotationsCollectConfig;
}

Type declaration

Generated using TypeDoc