Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.1 KB

LabelDTO.md

File metadata and controls

16 lines (13 loc) · 1.1 KB

IO.Swagger.Model.LabelDTO

Properties

Name Type Description Notes
Id string The id of the component. [optional]
VersionedComponentId string The ID of the corresponding component that is under version control [optional]
ParentGroupId string 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 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 Dictionary<string, string> The styles for this label (font-size : 12px, background-color : #eee, etc). [optional]

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