@rcsb/rcsb-saguaro
Preparing search index...
RcsbBoard/RcsbDisplay/RcsbDisplayInterface
RcsbTrackInterface
Interface RcsbTrackInterface
interface
RcsbTrackInterface
{
data
:
(
d
:
RcsbFvTrackDataMap
|
RcsbFvTrackData
<
{
[
k
:
string
]:
any
}
>
,
)
=>
RcsbFvTrackDataMap
|
RcsbFvTrackData
<
{
[
k
:
string
]:
any
}
>
;
height
:
(
h
?:
number
)
=>
number
;
highlightRegion
:
(
d
:
RcsbFvTrackDataElementInterface
[]
|
null
,
options
?:
{
color
?:
string
;
rectClass
?:
string
}
,
)
=>
void
;
init
:
(
scale
:
RcsbScaleInterface
,
compositeFlag
?:
boolean
,
compositeHeight
?:
number
,
)
=>
void
;
moveSelection
:
(
mode
:
"select"
|
"hover"
)
=>
void
;
setBoardHighlight
:
(
f
:
(
d
:
RcsbFvTrackDataElementInterface
,
operation
:
"set"
|
"add"
,
mode
:
"select"
|
"hover"
,
propFlag
?:
boolean
,
)
=>
void
,
)
=>
void
;
setManagers
:
(
d3Manager
:
RcsbD3Manager
,
contextManager
:
RcsbFvContextManager
,
)
=>
void
;
setUpdateDataOnMove
:
(
f
:
(
d
:
LocationViewInterface
,
)
=>
Promise
<
RcsbFvTrackData
<
{
[
k
:
string
]:
any
}
>
>
,
)
=>
void
;
trackColor
:
(
c
?:
string
)
=>
string
;
trackSubject
:
{
mouseenter
:
Subject
<
MouseEvent
>
;
mouseleave
:
Subject
<
MouseEvent
>
;
mousemove
:
Subject
<
{
e
:
MouseEvent
;
n
:
number
}
>
;
}
;
}
Hierarchy (
View Summary
)
RcsbTrackInterface
RcsbDisplayInterface
Implemented by
RcsbAbstractTrack
Index
Properties
data
height
highlight
Region
init
move
Selection
set
Board
Highlight
set
Managers
set
Update
Data
On
Move
track
Color
track
Subject
Properties
data
data
:
(
d
:
RcsbFvTrackDataMap
|
RcsbFvTrackData
<
{
[
k
:
string
]:
any
}
>
,
)
=>
RcsbFvTrackDataMap
|
RcsbFvTrackData
<
{
[
k
:
string
]:
any
}
>
height
height
:
(
h
?:
number
)
=>
number
highlight
Region
highlightRegion
:
(
d
:
RcsbFvTrackDataElementInterface
[]
|
null
,
options
?:
{
color
?:
string
;
rectClass
?:
string
}
,
)
=>
void
init
init
:
(
scale
:
RcsbScaleInterface
,
compositeFlag
?:
boolean
,
compositeHeight
?:
number
,
)
=>
void
move
Selection
moveSelection
:
(
mode
:
"select"
|
"hover"
)
=>
void
set
Board
Highlight
setBoardHighlight
:
(
f
:
(
d
:
RcsbFvTrackDataElementInterface
,
operation
:
"set"
|
"add"
,
mode
:
"select"
|
"hover"
,
propFlag
?:
boolean
,
)
=>
void
,
)
=>
void
set
Managers
setManagers
:
(
d3Manager
:
RcsbD3Manager
,
contextManager
:
RcsbFvContextManager
,
)
=>
void
set
Update
Data
On
Move
setUpdateDataOnMove
:
(
f
:
(
d
:
LocationViewInterface
,
)
=>
Promise
<
RcsbFvTrackData
<
{
[
k
:
string
]:
any
}
>
>
,
)
=>
void
track
Color
trackColor
:
(
c
?:
string
)
=>
string
Readonly
track
Subject
trackSubject
:
{
mouseenter
:
Subject
<
MouseEvent
>
;
mouseleave
:
Subject
<
MouseEvent
>
;
mousemove
:
Subject
<
{
e
:
MouseEvent
;
n
:
number
}
>
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
height
highlight
Region
init
move
Selection
set
Board
Highlight
set
Managers
set
Update
Data
On
Move
track
Color
track
Subject
src
RcsbBoard
RcsbD3
RcsbD3DisplayManager
RcsbD3AreaManager.ts
RcsbD3AreaManager
MoveAreaInterface
PlotAreaInterface
PlotAxisInterface
RcsbD3BlockManager.ts
<internal>
RcsbD3BlockManager
CircleDecoratorInterface
LineDecoratorInterface
MoveBlockInterface
PlotBlockInterface
PlotCircleInterface
PlotLineInterface
RcsbD3BondManager.ts
RcsbD3BondManager
MoveBondInterface
PlotBondInterface
RcsbD3FastSequenceManager.ts
RcsbD3FastSequenceManager
MoveFastSequenceInterface
PlotFastSequenceInterface
PlotFastSequenceLineInterface
RcsbD3LineManager.ts
RcsbD3LineManager
MoveLineInterface
PlotLineInterface
RcsbD3PinManager.ts
RcsbD3PinManager
MovePinInterface
PlotPinInterface
RcsbD3SequenceManager.ts
RcsbD3SequenceManager
MoveSequenceInterface
PlotSequenceInterface
PlotSequenceLineInterface
RcsbD3VariantManager.ts
RcsbD3VariantManager
MoveVariantInterface
PlotVariantInterface
RcsbD3VlineManager.ts
RcsbD3VlineManager
MoveVlineInterface
PlotVlineInterface
RcsbD3Constants.ts
MOUSE
RcsbD3Constants
RcsbD3EventDispatcher.ts
RcsbD3EventDispatcher
RcsbD3Manager.ts
RcsbD3Manager
HighlightRegionInterface
MainGConfInterface
MoveSelectedRegionInterface
PaneConfInterface
SVGConfInterface
TrackConfInterface
ZoomConfigInterface
RcsbD3ScaleFactory.ts
RcsbD3ScaleFactory
RcsbScaleInterface
RcsbDisplay
RcsbAbstractDisplay.ts
RcsbAbstractDisplay
RcsbAbstractTrack.ts
RcsbAbstractTrack
RcsbAreaDisplay.ts
<internal>
RcsbAreaDisplay
RcsbAxisDisplay.ts
RcsbAxisDisplay
RcsbBlockDisplay.ts
RcsbBlockDisplay
BlockElementInterface
RcsbBondDisplay.ts
RcsbBondDisplay
RcsbCompositeDisplay.ts
<internal>
RcsbCompositeDisplay
RcsbDisplayInterface.ts
RcsbDisplayInterface
RcsbTrackInterface
RcsbFastSequenceDisplay.ts
RcsbFastSequenceDisplay
RcsbLineDisplay.ts
RcsbLineDisplay
RcsbPinDisplay.ts
RcsbPinDisplay
RcsbVariantDisplay.ts
RcsbVariantDisplay
RcsbVlineDisplay.ts
RcsbVlineDisplay
RcsbBoard.ts
<internal>
RcsbBoard
LocationViewInterface
RcsbSelection.ts
RcsbSelection
SelectionInterface
RcsbWindowEventManager.ts
RcsbWindowEventManager
RcsbDataManager
RcsbDataManager.ts
RcsbDataManager
RcsbFvTrackData
RcsbFvTrackDataMap
RcsbFvColorGradient
RcsbFvTrackDataElementGapInterface
RcsbFvTrackDataElementInterface
RcsbFv
RcsbFvBoard
Components
AxisRow.tsx
<internal>
AxisRow
BoardGlow.tsx
<internal>
BoardGlow
BoardProgress.tsx
<internal>
BoardProgress
RowGlow.tsx
<internal>
RowGlow
Utils
BoardDataState.ts
BoardDataState
RcsbFvRowRenderConfigInterface
RowConfigFactory.ts
RowConfigFactory
RowStatusMap.ts
RowStatusMap
RcsbFvBoard.tsx
<internal>
RcsbFvBoard
RcsbFvBoardFullConfigInterface
RcsbFvTable.tsx
<internal>
RcsbFvTable
RcsbFvConfig
RcsbFvConfig.ts
RcsbFvConfig
RcsbFvConfigInterface.ts
<internal>
RcsbFvBoardConfigInterface
RcsbFvDisplayConfigInterface
RcsbFvLink
RcsbFvRowExtendedConfigInterface
RcsbFvRowConfigInterface
RcsbFvDefaultConfigValues.ts
<internal>
InterpolationTypes
RcsbFvDisplayTypes
RcsbFvDefaultConfigValues
RcsbFvDOMConstants.ts
RcsbFvDOMConstants
RcsbFvContextManager
RcsbFvContextManager.ts
CONDITIONAL_FLAG
EventType
RcsbFvContextManager
DomainViewInterface
MoveTrackInterface
RowReadyInterface
SelectionInterface
SetSelectionInterface
TrackDataInterface
TrackVisibilityInterface
RcsbFvContextManagerType
RcsbFvRow
RcsbFvRow.tsx
<internal>
RcsbFvRow
RcsbFvRowMark.tsx
<internal>
RcsbFvRowMark
RcsbFvRowMarkInterface
RcsbFvRowMarkPublicInterface
RcsbFvRowTitle.tsx
<internal>
RcsbFvRowTitle
RcsbFvRowTitleInterface
RowTitleComponentType
RcsbFvRowTrack.tsx
<internal>
RcsbFvRowTrack
RcsbFvState
RcsbFvStateManager.ts
<internal>
RcsbFvStateManager
RcsbFvTooltip
RcsbFvTooltipImplementation
RcsbFvTooltip.ts
RcsbFvTooltip
RcsbFvTooltipInterface.ts
RcsbFvTooltipInterface
RcsbFvTooltipManager.ts
RcsbFvTooltipManager
RcsbFvTrack
RcsbFvDisplay.ts
RcsbFvDisplay
RcsbFvTrack.ts
RcsbFvTrack
RcsbFvUI
RcsbFvUI.tsx
RcsbFvUI
RcsbFvUIButtonInterface
RcsbFvUIConfigInterface
RcsbFvUIStateInterface
RcsbFv.tsx
RcsbFv
RcsbFvInterface
RcsbFvExamples
BlockAreaTrack.ts
CompositeTrack.ts
CustomTooltip.ts
MultipleAlignment.ts
MultipleTracks.ts
RcsbFv.ts
InterpolationTypes
RcsbFv
RcsbFvBoardConfigInterface
RcsbFvColorGradient
RcsbFvDisplayConfigInterface
RcsbFvDisplayTypes
RcsbFvInterface
RcsbFvLink
RcsbFvLocationViewInterface
RcsbFvRowExtendedConfigInterface
RcsbFvTrackData
RcsbFvTrackDataElementGapInterface
RcsbFvTrackDataElementInterface
RowTitleComponentType
@d3fc/d3fc-sample
*.css
*.json
*.module.sass
*.module.scss
*.svg