Options
All
  • Public
  • Public/Protected
  • All
Menu

Main PFV board configuration

Hierarchy

  • RcsbFvBoardConfigInterface

Index

Properties

borderColor?: string

Feature cells border color

borderWidth?: number

Feature cells border width

disableMenu?: boolean

Disable UI menu

hideInnerBorder?: boolean

Hide all row bottom border except for the last one

hideRowGlow?: boolean

Hide row hover glow

hideTrackFrameGlow?: boolean

Hide PFV tracks main frame border glow

highlightHoverElement?: boolean

Set highlight hover track elements

highlightHoverPosition?: boolean

Set highlight hover position

includeAxis?: boolean

Include axis track. It will be displayed in the first board track

includeTooltip?: boolean

Show tooltip when hovering track annotations

length?: number

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

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

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

Type declaration

  • max: number
  • min: number
rowTitleWidth?: number

Width of the track title cells

trackWidth?: number

Width of the track annotation cells

Methods

  • Function that will be called when a track annotation is clicked

    Parameters

    Returns void

  • Function that will be called when hovering a track annotation

    Parameters

    Returns void

  • Function that will be called when mouse-leaving a track annotation

    Parameters

    Returns void

  • Function call on hover event

    Parameters

    Returns void

  • onFvRenderStartsCallback(): void
  • Callback function called when the feature viewer rendering starts

    Returns void

  • Function that will be called when selection changes

    Parameters

    Returns void

Generated using TypeDoc