Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FlowGraphConnection<BlockT, ConnectedToT>

experimental

The base connection class.

Type Parameters

Hierarchy

Implements

Index

Constructors

Properties

_connectionType: FlowGraphConnectionType
name: string
uniqueId: string

A uniquely identifying string for the connection.

Accessors

Methods

  • connectTo(point: ConnectedToT): void
  • Connects two points together.

    Parameters

    • point: ConnectedToT

    Returns void

  • isConnected(): boolean
  • Returns if a point is connected to any other point.

    Returns boolean

    boolean indicating if the point is connected.

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme