@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface FormWorkflowNodePayload

    Payload for a node. Used for layout and UI settings.

    interface FormWorkflowNodePayload {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The x position of the node.

    y: number

    The y position of the node.