drugflow-molstar
Version:
Molstar implementation for DrugFlow
7 lines (6 loc) • 726 B
TypeScript
import { StructureElement } from 'Molstar/mol-model/structure';
import { PluginContext } from 'Molstar/mol-plugin/context';
import { StructureComponentRef, StructureRef } from 'Molstar/mol-plugin-state/manager/structure/hierarchy-state';
export declare function applyAFTransparency(plugin: PluginContext, structure: Readonly<StructureRef>, transparency: number, pLDDT?: number): Promise<void>;
export declare function setStructureTransparency(plugin: PluginContext, components: StructureComponentRef[], value: number, loci: StructureElement.Loci, types?: string[]): Promise<void>;
export declare function clearStructureTransparency(plugin: PluginContext, components: StructureComponentRef[], types?: string[]): Promise<void>;