RcsbRepresentationPreset: TrajectoryHierarchyPresetProvider<{
    id: string;
    mapStructure: ((key, structure) => void);
}> = ...

Type declaration

  • id: string
  • mapStructure: ((key, structure) => void)
      • (key, structure): void
      • Parameters

        • key: string
        • structure: PluginStateObject.Molecule.Structure

        Returns void

Generated using TypeDoc