@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface TrackBlockFactoryInterface<S = {}> {
        getTrackBlocks(
            tracks: TrackManagerInterface[],
        ): ({ tracks: TrackManagerInterface[] } & S)[];
    }

    Type Parameters

    • S = {}

    Implemented by

    Index

    Methods