Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForkNode<ForkName>

A ForkNode represents the node ID of a Fork (or Room). It can be either a regular node or a reversed node.

Note: when you need to provide a node ID for a Fork or Room, you can either provide a string, which represents a forward node, or use the reverseConnection function to create a reverse node.

Type parameters

  • ForkName: string

Hierarchy

  • ForkNode

Index

Constructors

Properties

Constructors

constructor

  • new ForkNode(name: ForkName, reversed: boolean): ForkNode
  • Parameters

    • name: ForkName
    • reversed: boolean

    Returns ForkNode

Properties

Readonly _type

_type: "ForkNode" = "ForkNode"

Readonly name

name: ForkName

Readonly reversed

reversed: boolean

Generated using TypeDoc