Framework
RelationField
Class: RelationField
Relation field builder for model relationships.
Constructors
new RelationField()
new RelationField(
type,
model,
foreignKey?): RelationFieldParameters
| Parameter | Type |
|---|---|
type | RelationType |
model | string |
foreignKey? | string |
Returns
Properties
| Property | Modifier | Type |
|---|---|---|
_def | readonly | RelationDef |
_isRelation | readonly | true |
Methods
onDelete()
onDelete(action): thisSet the delete behavior for this relation.
Parameters
| Parameter | Type |
|---|---|
action | OnDeleteAction |
Returns
this
