The starting point for the statuses in the workflow.

interface WorkflowLayout {
    x?: number;
    y?: number;
}

Properties

Properties

x?: number

The x axis location.

y?: number

The y axis location.