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

    Properties

    componentId: string
    stateManager: RcsbFvStateInterface
    subtitle?: string
    title?: string
    unmount: (flag: boolean, callback: () => void) => void