Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RcsbFv3DAbstract

Hierarchy

Index

Constructors

constructor

  • Parameters

    • Optional config: any

    Returns RcsbFv3DAbstract

Properties

Protected cssConfig

cssConfig: { rootPanel?: CSSProperties; sequencePanel?: CSSProperties; structurePanel?: CSSProperties } | undefined

Protected ctxManager

ctxManager: RcsbFvContextManager = new RcsbFvContextManager()

Protected elementId

elementId: string

Private fullScreenFlag

fullScreenFlag: boolean = false

Protected sequenceConfig

sequenceConfig: RcsbFvSequenceInterface

Protected structureConfig

structureConfig: RcsbFvStructureInterface

Methods

Protected Abstract init

  • init(config: any): void
  • Parameters

    • config: any

    Returns void

pluginCall

  • pluginCall(f: (plugin: PluginContext) => void): void
  • Parameters

    • f: (plugin: PluginContext) => void
        • (plugin: PluginContext): void
        • Parameters

          • plugin: PluginContext

          Returns void

    Returns void

render

  • render(): void
  • Returns void

unmount

  • unmount(removeHtmlElement?: undefined | false | true): void
  • Parameters

    • Optional removeHtmlElement: undefined | false | true

    Returns void

updateConfig

Generated using TypeDoc