LabelDTO

Properties

Name Type Description Notes
id str The id of the component. [optional]
versioned_component_id str The ID of the corresponding component that is under version control [optional]
parent_group_id str The id of parent process group of this component if applicable. [optional]
position PositionDTO The position of this component in the UI if applicable. [optional]
label str The text that appears in the label. [optional]
width float The width of the label in pixels when at a 1:1 scale. [optional]
height float The height of the label in pixels when at a 1:1 scale. [optional]
style dict(str, str) The styles for this label (font-size : 12px, background-color : #eee, etc). [optional]

[Back to Model list] [Back to API list] [Back to README]