TreeChildren( options?: { cascade?: | boolean | (
"insert" | "update" | "remove" | "soft-remove" | "recover")
[]; },): PropertyDecorator 参数
可选options: {
cascade?:
| boolean
| ("insert" | "update" | "remove" | "soft-remove" | "recover")[];
}
返回 PropertyDecorator
Marks a entity property as a children of the tree. "Tree children" will contain all children (bind) of this entity.