@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface ResidueDistributionFactoryInterface<T extends any[] = []> {
        getDistribution(
            tracks: TrackManagerInterface[],
            ...args: T,
        ): undefined | ResidueDistributionInterface;
    }

    Type Parameters

    • T extends any[] = []

    Implemented by

    Index

    Methods