Loading...
Was this page helpful?
This method configures which related data models an operation, such as deletion, should be cascaded to.
For example, if a store is deleted, its product should also be deleted.
options
EntityCascades<ExtractEntityRelations<Schema, "hasOne" | "hasOneWithFK" | "hasMany">, ExtractEntityRelations<Schema, "manyToMany">>deleted
, and the value is an array of relations that the
action should be cascaded to.