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?: RcsbFvTrackDataElementInterface, e?: MouseEvent) => void)

Type declaration

elementEnterCallBack?: ((d?: RcsbFvTrackDataElementInterface, e?: MouseEvent) => void)

Type declaration

elementLeaveCallBack?: ((d?: RcsbFvTrackDataElementInterface, e?: MouseEvent) => void)

Type declaration

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: RcsbFvTrackDataElementInterface[]) => 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: RcsbFvTrackDataElementInterface[]) => void)

Type declaration

trackWidth?: number

Width of the track annotation cells

Generated using TypeDoc