@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface ViewerModelMapManagerInterface<R, L> {
        add(lC: R, trajectory: L): void;
        delete(lC: R): void;
        getChains(): SaguaroPluginModelMapType;
        getModelId(id: string): string;
        getModelIdFromTrajectory(trajectory: L): undefined | string;
    }

    Type Parameters

    • R
    • L

    Implemented by

    Index

    Methods