@patternmeshjs/core
Preparing search index...
BelongsToDecl
Type Alias BelongsToDecl
type
BelongsToDecl
=
{
alias
:
string
;
kind
:
"belongsTo"
;
mapGet
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
;
source
:
string
;
target
:
string
;
}
Index
Properties
alias
kind
map
Get
source
target
Properties
Readonly
alias
alias
:
string
Readonly
kind
kind
:
"belongsTo"
Readonly
map
Get
mapGet
:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
Readonly
source
source
:
string
Readonly
target
target
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
kind
map
Get
source
target
@patternmeshjs/core
Loading...