NodeFixedUserHandle

23 Sep 20251 minute to read

Defines the node Fixed User Handle

Properties

cornerRadius number

Specifies the cornerRadius for fixed user handle container

Defaults to 0

fill string

Specifies the fill color of the fixed user handle

Defaults to ‘transparent’

handleStrokeColor string

Specifies the stroke color of the fixed user handle container

Defaults to ’’

handleStrokeWidth number

Specifies the stroke width of the fixed user handle container

Defaults to 1

height number

Specifies the height of the fixed user handle

Defaults to 10

iconStrokeColor string

Specifies the stroke color of the fixed user handle

Defaults to ‘transparent’

iconStrokeWidth number

Specifies the stroke width of the fixed user handle

Defaults to 0

id string

Specifies the unique id of the fixed user handle

Defaults to ’’

margin MarginModel

Specifies the space that the fixed user handle has to be moved from its actual position

Defaults to new Margin(0,0,0,0)

offset PointModel

Specifies the position of the node fixed user handle

Defaults to { x: 0, y: 0 }

padding MarginModel

Specifies the space between the fixed user handle and container

Defaults to new Margin(0,0,0,0)

pathData string

Specifies the shape information for fixed user handle

Defaults to ’’

tooltip DiagramTooltipModel

Used to show tooltip for fixed user handle on mouse over.

Defaults to {}

visibility boolean

Specifies the visibility of the fixed user handle

Defaults to true

width number

Specifies the width of the fixed user handle

Defaults to 10