Hierarchy

  • RcsbFvAdditionalConfig

Properties

alignmentFilter?: string[]
annotationProcessing?: AnnotationProcessingInterface
bottomAlignments?: boolean
externalTrackBuilder?: ExternalTrackBuilderInterface
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 }>
sequencePrefix?: string
sources?: Source[]
trackConfigModifier?: { alignment?: ((alignmentContext: AlignmentRequestContextType, targetAlignment: TargetAlignment) => Promise<Partial<RcsbFvRowConfigInterface>>); annotations?: ((trackManager: TrackManagerInterface) => Promise<Partial<RcsbFvRowConfigInterface>>) }

Type declaration

Generated using TypeDoc