@rcsb/rcsb-saguaro-3d
    Preparing search index...
    interface RcsbFv3DDataProviderInterface {
        additionalConfig?: RcsbFvAdditionalConfig;
        config: {
            dataProvider: RcsbModuleDataProviderInterface;
            loadParamsProvider?: LoadParamsProviderInterface<
                { entryId: string; instanceId: string },
                LoadMolstarInterface<
                    AlignmentTrajectoryParamsType,
                    LoadMolstarReturnType,
                >,
            >;
            subtitle?: string;
            title?: string;
            additionalContent?(props: AbstractViewInterface): ReactNode;
        };
        cssConfig?: RcsbFv3DCssConfig;
        elementId?: string;
        molstarProps?: Partial<ViewerProps>;
        trajectoryProvider?: TrajectoryHierarchyPresetProvider<
            AlignmentTrajectoryParamsType,
            LoadMolstarReturnType,
        >;
    }
    Index

    Properties

    additionalConfig?: RcsbFvAdditionalConfig
    config: {
        dataProvider: RcsbModuleDataProviderInterface;
        loadParamsProvider?: LoadParamsProviderInterface<
            { entryId: string; instanceId: string },
            LoadMolstarInterface<AlignmentTrajectoryParamsType, LoadMolstarReturnType>,
        >;
        subtitle?: string;
        title?: string;
        additionalContent?(props: AbstractViewInterface): ReactNode;
    }
    cssConfig?: RcsbFv3DCssConfig
    elementId?: string
    molstarProps?: Partial<ViewerProps>
    trajectoryProvider?: TrajectoryHierarchyPresetProvider<
        AlignmentTrajectoryParamsType,
        LoadMolstarReturnType,
    >