ng-xtend API documentation
Home
Guides
GitHub
Preparing search index...
xt-type
XtTypeReference
Type Alias XtTypeReference
Represents a reference from one type to another type (e.g. foreign key relationship)
type
XtTypeReference
=
{
field
:
string
;
referenceType
?:
"MANY-TO-ONE"
|
"ONE-TO-MANY"
;
toType
:
string
;
type
?:
string
;
}
Implemented by
XtBaseTypeReference
Index
Properties
field
reference
Type?
to
Type
type?
Properties
field
field
:
string
Optional
reference
Type
referenceType
?:
"MANY-TO-ONE"
|
"ONE-TO-MANY"
to
Type
toType
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
field
reference
Type
to
Type
type
Home
Guides
GitHub
ng-xtend API documentation
Loading...
Represents a reference from one type to another type (e.g. foreign key relationship)