Skip to main content
Module

x/typeorm/src/index.ts>TreeChildren

Forked from https://github.com/typeorm/typeorm
Latest
function TreeChildren
import { TreeChildren } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Marks a entity property as a children of the tree. "Tree children" will contain all children (bind) of this entity.

Parameters

optional
options: { cascade?: boolean | ("insert" | "update" | "remove")[]; }

Returns

Function