Type Parameters

  • R

  • L

  • S extends {}

Hierarchy

  • StructureViewer

Implements

Constructors

Properties

actionManager: ViewerActionManagerInterface<R, L>
structureViewerManagerFactory: ViewerManagerFactoryInterface<R, L, S>

Methods

  • Parameters

    • componentLabel: string
    • color: "uniform" | "occupancy" | "element-index" | "element-symbol" | "shape-group" | "uncertainty" | "atom-id" | "carbohydrate-symbol" | "chain-id" | "entity-id" | "entity-source" | "model-index" | "structure-index" | "molecule-type" | "secondary-structure" | "operator-name" | "unit-index" | "residue-name" | "cartoon" | "hydrophobicity" | "illustrative" | "operator-hkl" | "partial-charge" | "polymer-id" | "polymer-index" | "sequence-id" | "trajectory-index" | "volume-segment" | "volume-value" | "external-volume"

    Returns Promise<void>

  • Parameters

    • componentLabel: string
    • modelId: string
    • labelAsymId: string
    • begin: number
    • end: number
    • representationType: "label" | "line" | "orientation" | "carbohydrate" | "cartoon" | "ellipsoid" | "backbone" | "ball-and-stick" | "gaussian-surface" | "gaussian-volume" | "molecular-surface" | "point" | "putty" | "spacefill"
    • Optional operatorName: string

    Returns Promise<void>

  • Parameters

    • componentLabel: string
    • modelId: string
    • labelAsymId: string
    • representationType: "label" | "line" | "orientation" | "carbohydrate" | "cartoon" | "ellipsoid" | "backbone" | "ball-and-stick" | "gaussian-surface" | "gaussian-volume" | "molecular-surface" | "point" | "putty" | "spacefill"
    • Optional operatorName: string

    Returns Promise<void>

  • Parameters

    • componentLabel: string
    • residues: SaguaroPosition[]
    • representationType: "label" | "line" | "orientation" | "carbohydrate" | "cartoon" | "ellipsoid" | "backbone" | "ball-and-stick" | "gaussian-surface" | "gaussian-volume" | "molecular-surface" | "point" | "putty" | "spacefill"

    Returns Promise<void>

  • Parameters

    • componentLabel: string
    • residues: SaguaroRange[]
    • representationType: "label" | "line" | "orientation" | "carbohydrate" | "cartoon" | "ellipsoid" | "backbone" | "ball-and-stick" | "gaussian-surface" | "gaussian-volume" | "molecular-surface" | "point" | "putty" | "spacefill"

    Returns Promise<void>

Generated using TypeDoc