interface CallsIdConstraint {
    id: NodeId;
    type: "calls-id";
}

Properties

Properties

id: NodeId

The id of the function being called.

type: "calls-id"