Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 871 Bytes

ConnectableComponent.md

File metadata and controls

26 lines (19 loc) · 871 Bytes

ConnectableComponent

Properties

Name Type Description Notes
id String The id of the connectable component.
type TypeEnum The type of component the connectable is.
groupId String The id of the group that the connectable component resides in
name String The name of the connectable component [optional]
comments String The comments for the connectable component. [optional]

Enum: TypeEnum

Name Value
PROCESSOR "PROCESSOR"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
FUNNEL "FUNNEL"