Lane

23 Sep 20251 minute to read

Defines the behavior of lane in swimLane

Properties

addInfo Object

Allows the user to save custom information about lanes. Example: addInfo: {‘lane’: ‘lane 1 info’ }

Defaults to undefined

canMove boolean

Defines when the lane to be interchanged or not

Defaults to true

children NodeModel[]

Defines the collection of child nodes

Defaults to []

Defines the collection of header in the lane.

Defaults to new Header()

height number

Defines the height of the lane

Defaults to 100

id string

Sets the id of the lane

Defaults to ’’

style ShapeStyleModel

Sets style of the lane

Defaults to ’’

width number

Defines the height of the lane

Defaults to 100