The layout of the workflow status.

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

Properties

Properties

x?: number

The x coordinate of the status.

1
y?: number

The y coordinate of the status.

2