Main PFV board configuration

Hierarchy

  • RcsbFvBoardConfigInterface

Properties

borderColor?: string

Feature cells border color

borderWidth?: number

Feature cells border width

disableMenu?: boolean

Disable UI menu

elementClickCallback?: ((d?, e?) => void)

Type declaration

    • (d?, e?): void
    • Function that will be called when a track annotation is clicked

      Parameters

      Returns void

elementEnterCallback?: ((d?, e?) => void)

Type declaration

    • (d?, e?): void
    • Function that will be called when hovering a track annotation

      Parameters

      Returns void

elementLeaveCallback?: ((d?, e?) => void)

Type declaration

    • (d?, e?): void
    • Function that will be called when mouse-leaving a track annotation

      Parameters

      Returns void

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

highlightHoverCallback?: ((n) => void)

Type declaration

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

onFvRenderStartsCallback?: (() => void)

Type declaration

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

      Returns void

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

selectionChangeCallback?: ((selection) => void)

Type declaration

tooltipGenerator?: RcsbFvTooltipInterface

Tooltip generation

trackWidth?: number

Width of the track annotation cells

Generated using TypeDoc