The x and y location of the status in the workflow.

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

Properties

Properties

x?: number

The x axis location.

y?: number

The y axis location.