Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: {}

Hierarchy

Index

Constructors

  • Type parameters

    • T: {}

    Parameters

    • Optional config: any

    Returns RcsbFv3DAbstract<T>

Properties

cssConfig: undefined | { rootPanel?: <internal>.CSSProperties; sequencePanel?: <internal>.CSSProperties; structurePanel?: <internal>.CSSProperties }
ctxManager: RcsbFvContextManager<T> = ...
elementId: string
fullScreenFlag: boolean = false
overflowStyle: string = ""
sequenceConfig: RcsbFvSequenceInterface<T>
structureConfig: RcsbFvStructureInterface

Methods

  • fullScreen(mode: "on" | "off"): void
  • Parameters

    • mode: "on" | "off"

    Returns void

  • init(config: any): void
  • Parameters

    • config: any

    Returns void

  • render(): void
  • Returns void

  • unmount(removeHtmlElement?: boolean, unmountCallback?: () => {}): void
  • Parameters

    • Optional removeHtmlElement: boolean
    • Optional unmountCallback: () => {}
        • (): {}
        • Returns {}

      Returns void

    Generated using TypeDoc