Hierarchy

  • RcsbFvAdditionalConfig

Properties

alignmentFilter?: string[]
annotationProcessing?: AnnotationProcessingInterface
boardConfig?: Partial<RcsbFvBoardConfigInterface>
bottomAlignments?: boolean
excludeLogo?: boolean
externalTrackBuilder?: ExternalTrackBuilderInterface
externalUiComponents?: {
    add?: UiComponentType<any>[];
    replace?: UiComponentType<any>[];
}

Type declaration

filters?: FilterInput[]
hideAlignments?: boolean
page?: {
    after: string;
    first: number;
}

Type declaration

  • after: string
  • first: number
rcsbContext?: Partial<{
    asymId: string;
    authId: string;
    chrId: string;
    entityId: string;
    entryId: string;
    operatorIds: string[];
    queryId: string;
    targetId: string;
    upAcc: string;
}>

Type declaration

  • asymId: string
  • authId: string
  • chrId: string
  • entityId: string
  • entryId: string
  • operatorIds: string[]
  • queryId: string
  • targetId: string
  • upAcc: string
sequencePrefix?: string
sources?: Source[]
trackConfigModifier?: {
    alignment?: ((alignmentContext, targetAlignment, alignmentResponse, alignmentIndex) => Promise<Partial<RcsbFvRowConfigInterface>>);
    annotations?: ((trackManager) => Promise<Partial<RcsbFvRowConfigInterface>>);
}

Type declaration

  • Optional alignment?: ((alignmentContext, targetAlignment, alignmentResponse, alignmentIndex) => Promise<Partial<RcsbFvRowConfigInterface>>)
      • (alignmentContext, targetAlignment, alignmentResponse, alignmentIndex): Promise<Partial<RcsbFvRowConfigInterface>>
      • Parameters

        • alignmentContext: AlignmentRequestContextType
        • targetAlignment: TargetAlignment
        • alignmentResponse: AlignmentResponse
        • alignmentIndex: number

        Returns Promise<Partial<RcsbFvRowConfigInterface>>

  • Optional annotations?: ((trackManager) => Promise<Partial<RcsbFvRowConfigInterface>>)
      • (trackManager): Promise<Partial<RcsbFvRowConfigInterface>>
      • Parameters

        Returns Promise<Partial<RcsbFvRowConfigInterface>>

Generated using TypeDoc