次のようなツリーがあります。
[{
"data": "reference",
"attr":{"id":"1"},
"children": [{
"data": "reference child",
"attr":{"id":"3"}
}]
},
{
"data": "recycle bin",
"attr":{"id":"2"}
}]
「check_move」を使用して、「参照子」をルートに移動することを拒否する必要があります。