@vnodes/schema
Preparing search index...
RelationAllPropertyOptions
Interface RelationAllPropertyOptions
interface
RelationAllPropertyOptions
{
include
?:
boolean
;
inversedBy
?:
PropertyName1
;
mappedBy
?:
PropertyName1
;
model
?:
ModelName
;
onDelete
?:
RelationAction
;
onUpdate
?:
RelationAction
;
query
?:
boolean
;
references
?:
{
name
?:
PropertyName1
;
reference
?:
PropertyName1
}
[]
;
relationLabel
?:
string
;
required
?:
boolean
;
type
?:
"many-to-one"
|
"many-to-many"
|
"one-to-one"
|
"one-to-many"
;
}
Index
Properties
include?
inversed
By?
mapped
By?
model?
on
Delete?
on
Update?
query?
references?
relation
Label?
required?
type?
Properties
Optional
include
include
?:
boolean
Optional
inversed
By
inversedBy
?:
PropertyName1
Optional
mapped
By
mappedBy
?:
PropertyName1
Optional
model
model
?:
ModelName
Optional
on
Delete
onDelete
?:
RelationAction
Optional
on
Update
onUpdate
?:
RelationAction
Optional
query
query
?:
boolean
Optional
references
references
?:
{
name
?:
PropertyName1
;
reference
?:
PropertyName1
}
[]
A list of reference columns to the model
Optional
relation
Label
relationLabel
?:
string
Optional
required
required
?:
boolean
Optional
type
type
?:
"many-to-one"
|
"many-to-many"
|
"one-to-one"
|
"one-to-many"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
include
inversed
By
mapped
By
model
on
Delete
on
Update
query
references
relation
Label
required
type
@vnodes/schema
Loading...
A list of reference columns to the model