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

    Interface RcsbFv3DCustomComponentInterface<R, L, S>

    interface RcsbFv3DCustomComponentInterface<R, L, S> {
        cssConfig?: RcsbFv3DCssConfig;
        ctxManager: RcsbFvCustomContextManager<R, L, S>;
        fullScreen: boolean;
        id: string;
        sequencePanelConfig: RcsbFvCustomSequenceInterface<R, L>;
        structurePanelConfig: RcsbFvStructureConfigInterface<R, S>;
        structureViewer: StructureViewerInterface<R, L, S>;
        structureViewerBehaviourObserver: StructureViewerBehaviourObserverInterface<
            R,
            L,
        >;
        unmount: (flag: boolean) => void;
    }

    Type Parameters

    • R
    • L
    • S
    Index

    Properties

    cssConfig?: RcsbFv3DCssConfig
    fullScreen: boolean
    id: string
    sequencePanelConfig: RcsbFvCustomSequenceInterface<R, L>
    structurePanelConfig: RcsbFvStructureConfigInterface<R, S>
    structureViewer: StructureViewerInterface<R, L, S>
    structureViewerBehaviourObserver: StructureViewerBehaviourObserverInterface<
        R,
        L,
    >
    unmount: (flag: boolean) => void