@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface BlockFactoryInterface<T extends any[], S extends any[]> {
        trackConfigModifier?: (
            ...args: S,
        ) => Promise<Partial<RcsbFvRowConfigInterface>>;
        trackFactory: TrackFactoryInterface<S>;
        getBlock(...args: T): Promise<RcsbFvRowConfigInterface[]>;
    }

    Type Parameters

    • T extends any[]
    • S extends any[]

    Implemented by

    Index

    Properties

    trackConfigModifier?: (...args: S) => Promise<Partial<RcsbFvRowConfigInterface>>
    trackFactory: TrackFactoryInterface<S>

    Methods

    • Parameters

      • ...args: T

      Returns Promise<RcsbFvRowConfigInterface[]>