@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface HelpLinkInterface {
        helpHref: string;
        stateManager: RcsbFvStateInterface;
        unmount: (flag: boolean, callback: () => void) => void;
    }
    Index

    Properties

    helpHref: string
    stateManager: RcsbFvStateInterface
    unmount: (flag: boolean, callback: () => void) => void