Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.63 KB

VersionedLabel.md

File metadata and controls

36 lines (29 loc) · 1.63 KB

VersionedLabel

Properties

Name Type Description Notes
identifier String The component's unique identifier [optional]
name String The component's name [optional]
comments String The user-supplied comments for the component [optional]
position ThePositionOfAComponentOnTheGraph The component's position on the graph [optional]
label String The text that appears in the label. [optional]
width Double The width of the label in pixels when at a 1:1 scale. [optional]
height Double The height of the label in pixels when at a 1:1 scale. [optional]
style Map<String, String> The styles for this label (font-size : 12px, background-color : #eee, etc). [optional]
componentType ComponentTypeEnum [optional]
groupIdentifier String The ID of the Process Group that this component belongs to [optional]

Enum: ComponentTypeEnum

Name Value
CONNECTION "CONNECTION"
PROCESSOR "PROCESSOR"
PROCESS_GROUP "PROCESS_GROUP"
REMOTE_PROCESS_GROUP "REMOTE_PROCESS_GROUP"
INPUT_PORT "INPUT_PORT"
OUTPUT_PORT "OUTPUT_PORT"
REMOTE_INPUT_PORT "REMOTE_INPUT_PORT"
REMOTE_OUTPUT_PORT "REMOTE_OUTPUT_PORT"
FUNNEL "FUNNEL"
LABEL "LABEL"
CONTROLLER_SERVICE "CONTROLLER_SERVICE"