ProtoTwin API
    Preparing search index...

    Class IOConnection

    Represents a single connection between an input and an output.

    Index

    Accessors

    • get inputName(): string

      The name of the input.

      Returns string

    • set inputName(value: string): void

      Parameters

      • value: string

      Returns void

    • get outputComponent(): null | Component

      The component for the output.

      Returns null | Component

    • set outputComponent(value: null | Component): void

      Parameters

      Returns void

    • get outputName(): string

      The name of the output.

      Returns string

    • set outputName(value: string): void

      Parameters

      • value: string

      Returns void