Options
All
  • Public
  • Public/Protected
  • All
Menu

Board track configuration object

Hierarchy

Index

Properties

boardId?: string

DOM element Id where the PFV will be rendered

borderColor?: string

Sequence feature cell Border color

borderWidth?: number

Feature cell border width

displayColor?: string | RcsbFvColorGradient

Annotation elements color

Array of display configurations in composite displays

displayDomain?: [number, number]

Y scale domain range

displayType: RcsbFvDisplayTypes

Type of data representation

dynamicDisplay?: boolean

Type of data representation

elementId?: string

DOM element Id where the board track is displayed

fitTitleWidth?: boolean

Compute the title/prefix width based on the relative proportion length

hideEmptyTrackFlag?: boolean

Hide tracks with no visible data. Needs selectDataInRangeFlag = true

hideInnerBorder?: boolean

Hide bottom border (last row is ignored)

hideRowGlow?: boolean

Hide row hover glow

highlightHoverElement?: boolean

Set highlight hover track elements

highlightHoverPosition?: boolean

Set highlight hover position

includeTooltip?: boolean

Show tooltip when hovering annotations in this specific track

interpolationType?: string

Interpolation type for sequence scalar annotations

length?: number

Length of the track. If length is provided the track coordinates will range from 1 to

minRatio?: number

Residue density threshold used to display/hide annotations

nonEmptyDisplay?: boolean

Flag used in sequence display type to force displaying a line when sequence objects are not visible

overlap?: boolean

If true, track annotations can overlap

range?: { max: number; min: number }

Range of the track. If range is provided the track coordinates will range from to

Type declaration

  • max: number
  • min: number
rowPrefix?: string

Row title txt prefix

rowTitle?: string | RcsbFvLink

Row title text or link

rowTitleWidth?: number

Length of the track title cell

selectDataInRangeFlag?: boolean

Only data that fall in the current feature viewer range in rendered

titleFlagColor?: string

Color displayed between track title and track annotations

trackColor?: string

Background color of the track

trackData?: RcsbFvTrackData

Data structure containing the annotations

trackHeight?: number

Full length of the track

trackId: string

Id used to identify the board track

trackVisibility?: boolean

The track must dbe hide

trackWidth?: number

Full length of the track

Methods

  • Function call on hover event

    Parameters

    Returns void

Generated using TypeDoc