g3-toolkit API Reference
    Preparing search index...

    Class ComboManager

    Index

    Constructors

    Methods

    • Apply combos to a UGM for Cytoscape rendering.

      Collapsed combos: members hidden, replaced with a summary node. Expanded combos: members get a parent field (compound node).

      Parameters

      Returns UGM

    • Create a combo from selected node IDs.

      Parameters

      • memberIds: string[]
      • Optionallabel: string

      Returns string

    • Find which combo (if any) a node belongs to.

      Parameters

      • nodeId: string

      Returns string | undefined

    • Nest a combo inside another.

      Parameters

      • childComboId: string
      • parentComboId: string

      Returns void