molstar
Version:
A comprehensive macromolecular library.
32 lines (31 loc) • 1.52 kB
TypeScript
/**
* Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { StateAction, StateTransformer } from '../../mol-state';
import { ParamDefinition as PD } from '../../mol-util/param-definition';
import { PluginStateObject } from '../objects';
export declare type EmdbDownloadProvider = 'pdbe' | 'rcsb';
export { DownloadDensity };
declare type DownloadDensity = typeof DownloadDensity;
declare const DownloadDensity: StateAction<PluginStateObject.Root, void, PD.Normalize<{
source: PD.NamedParams<PD.Normalize<{
url: any;
isBinary: any;
format: any;
}>, "url"> | PD.NamedParams<PD.Normalize<{
provider: any;
type: any;
}>, "pdb-xray"> | PD.NamedParams<PD.Normalize<{
provider: any;
detail: any;
}>, "pdb-xray-ds"> | PD.NamedParams<PD.Normalize<{
provider: any;
detail: any;
}>, "pdb-emd-ds">;
}>>;
export declare const AssignColorVolume: StateAction<PluginStateObject.Volume.Data, Promise<import("../../mol-state").StateObjectSelector<PluginStateObject.Volume.Data, StateTransformer<import("../../mol-state/object").StateObject<any, import("../../mol-state/object").StateObject.Type<any>>, import("../../mol-state/object").StateObject<any, import("../../mol-state/object").StateObject.Type<any>>, any>>>, PD.Normalize<{
ref: string;
}>>;