Jira.js - Jira Cloud API library
    Preparing search index...

    Interface WorkflowLayout

    The starting point for the statuses in the workflow.

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

    Properties

    Properties

    x?: number

    The x axis location.

    y?: number

    The y axis location.