Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.23 KB

LabelDto.md

File metadata and controls

17 lines (14 loc) · 1.23 KB

LabelDto

Properties

Name Type Description Notes
GetzIndex int64 The z index of the label. [optional] [default to null]
Height float64 The height of the label in pixels when at a 1:1 scale. [optional] [default to null]
Id string The id of the component. [optional] [default to null]
Label string The text that appears in the label. [required] [default to null]
ParentGroupId string The id of parent process group of this component if applicable. [optional] [default to null]
Position *PositionDto [optional] [default to null]
Style map[string]string The styles for this label (font-size : 12px, background-color : #eee, etc). [optional] [default to null]
VersionedComponentId string The ID of the corresponding component that is under version control [optional] [default to null]
Width float64 The width of the label in pixels when at a 1:1 scale. [optional] [default to null]

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