@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface PfvManagerFactoryInterface<T, U> {
        getPfvManager(
            config: T & PfvManagerFactoryConfigInterface<U>,
        ): PfvManagerInterface;
    }

    Type Parameters

    • T
    • U

    Implemented by

    Index

    Methods