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

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

Properties

Properties

x?: null | number

The x axis location.

y?: null | number

The y axis location.