@rcsb/rcsb-saguaro-3d
    Preparing search index...

    Interface ViewerManagerFactoryInterface<R, L, S>

    interface ViewerManagerFactoryInterface<R, L, S extends {}> {
        getViewerManagerFactory(
            stateManager: RcsbFvStateInterface,
            args: S,
        ): {
            actionManager: ViewerActionManagerInterface<R, L>;
            callbackManager: ViewerCallbackManagerInterface;
        };
    }

    Type Parameters

    • R
    • L
    • S extends {}

    Implemented by

    Index

    Methods