@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface MsaRowMarkInterface {
        clickCallback?: () => void;
        hoverCallback?: () => void;
        isGlowing: boolean;
        rowRef:
            | { entityId: string; entryId: string }
            | { entryId: string; instanceId: string };
        stateManager: RcsbFvStateInterface;
    }
    Index

    Properties

    clickCallback?: () => void
    hoverCallback?: () => void
    isGlowing: boolean
    rowRef:
        | { entityId: string; entryId: string }
        | { entryId: string; instanceId: string }
    stateManager: RcsbFvStateInterface