Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContactMapComponentProps

Hierarchy

  • IContactMapComponentProps

Index

Properties

configurations

configurations: BioblocksWidgetConfig[]

data

Data for the Contact Map

formattedPoints

formattedPoints: IContactMapChartData[]

height

height: number | string

Height of the component.

highlightColor

highlightColor: string

hoveredResidues

hoveredResidues: RESIDUE_TYPE[]

hoveredSecondaryStructures

hoveredSecondaryStructures: SECONDARY_STRUCTURE_SECTION[]

isDataLoading

isDataLoading: boolean

lockedResiduePairs

lockedResiduePairs: LockedResiduePair

observedColor

observedColor: string

Color to distinguish contacts that are considered 'observed'

Optional secondaryStructureColors

secondaryStructureColors: ColorMapper<SECONDARY_STRUCTURE_KEYS>

selectedSecondaryStructures

selectedSecondaryStructures: SECONDARY_STRUCTURE

showConfigurations

showConfigurations: boolean

Controls whether button to change settings is shown.

Optional style

width

width: number | string

Width of the component.

Methods

addHoveredResidues

addHoveredSecondaryStructure

addSelectedSecondaryStructure

Optional onBoxSelection

removeAllLockedResiduePairs

  • removeAllLockedResiduePairs(): void

removeAllSelectedSecondaryStructures

  • removeAllSelectedSecondaryStructures(): void

removeHoveredResidues

  • removeHoveredResidues(): void

removeHoveredSecondaryStructure

removeSecondaryStructure

toggleLockedResiduePair

Generated using TypeDoc