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

    Interface FormWorkflowNodeStructure

    Workflow node structure with linked list connections

    interface FormWorkflowNodeStructure {
        id: string;
        label: string;
        type: FormWorkflowNodeType;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the node.

    label: string

    The label for the node

    Type of the node