@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface CustomViewInterface<R, L> {
        blockChangeCallback?: (
            plugin: StructureViewerPublicInterface<R, L>,
            pfvList: RcsbFv<{}, {}, {}, {}>[],
            stateManager: RcsbFvStateInterface,
        ) => void;
        blockConfig: FeatureBlockInterface<R, L> | FeatureBlockInterface<R, L>[];
        blockSelectorElement?: (blockSelector: BlockSelectorManager) => ReactNode;
        modelChangeCallback?: () => CustomViewStateInterface<R, L>;
    }

    Type Parameters

    • R
    • L
    Index

    Properties

    blockChangeCallback?: (
        plugin: StructureViewerPublicInterface<R, L>,
        pfvList: RcsbFv<{}, {}, {}, {}>[],
        stateManager: RcsbFvStateInterface,
    ) => void
    blockSelectorElement?: (blockSelector: BlockSelectorManager) => ReactNode
    modelChangeCallback?: () => CustomViewStateInterface<R, L>