@rcsb/rcsb-saguaro-app
    Preparing search index...
    interface TrackFactoryInterface<T extends any[]> {
        getTrack(...args: T): Promise<RcsbFvRowConfigInterface>;
    }

    Type Parameters

    • T extends any[]

    Implemented by

    Index

    Methods

    Methods

    • Parameters

      • ...args: T

      Returns Promise<RcsbFvRowConfigInterface>