Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 315 Bytes

File metadata and controls

20 lines (14 loc) · 315 Bytes

Zernio::WorkflowNodePosition

Properties

Name Type Description Notes
x Float [optional]
y Float [optional]

Example

require 'zernio-sdk'

instance = Zernio::WorkflowNodePosition.new(
  x: null,
  y: null
)