Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.02 KB

File metadata and controls

27 lines (20 loc) · 1.02 KB

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]
instanceIdentifier String The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated 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"