Type Parameters

Hierarchy (view full)

Implements

  • Input<S>

Constructors

Properties

alwaysShowLabel: boolean = ...
control: null | Control = null

Control instance

description: undefined | string = ...
hideLabel: boolean = ...
id: string

Port id, unique string generated by getUID function

index: undefined | number = ...

Port index, used for sorting ports. Default is 0

isRequired: boolean
label: undefined | string = ...
multipleConnections: boolean
showControl: boolean = ...

Whether the control is visible. Can be managed dynamically by extensions. Default is true

socket: S

Methods