Options
All
  • Public
  • Public/Protected
  • All
Menu
experimental

Represents a connection point for a signal. When an output point is activated, it will activate the connected input point. When an input point is activated, it will execute the block it belongs to.

Hierarchy

Index

Constructors

Properties

_connectionType: FlowGraphConnectionType
name: string
uniqueId: string

A uniquely identifying string for the connection.

Accessors

  • The type of the connection

    Returns FlowGraphConnectionType

Methods

  • _isSingularConnection(): boolean
  • A signal input can be connected to more than one signal output, but a signal output can only connect to one signal input

    Returns boolean

  • 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