@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface ComponentActionFactoryInterface<L> {
        getComponentAction(
            config: { stateManager: RcsbFvStateInterface },
        ): ComponentActionInterface<L>;
    }

    Type Parameters

    • L
    Index

    Methods