@patternmeshjs/core
Preparing search index...
HasManyThroughDecl
Type Alias HasManyThroughDecl
type
HasManyThroughDecl
=
{
alias
:
string
;
kind
:
"hasManyThrough"
;
listPattern
:
string
;
mapAdd
?:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
;
mapTargetKey
:
(
throughItem
:
Record
<
string
,
unknown
>
,
)
=>
Record
<
string
,
unknown
>
;
root
:
string
;
target
:
string
;
through
:
string
;
}
Index
Properties
alias
kind
list
Pattern
map
Add?
map
Target
Key
root
target
through
Properties
Readonly
alias
alias
:
string
Readonly
kind
kind
:
"hasManyThrough"
Readonly
list
Pattern
listPattern
:
string
Optional
Readonly
map
Add
mapAdd
?:
(
input
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
Readonly
map
Target
Key
mapTargetKey
:
(
throughItem
:
Record
<
string
,
unknown
>
)
=>
Record
<
string
,
unknown
>
Readonly
root
root
:
string
Readonly
target
target
:
string
Readonly
through
through
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
kind
list
Pattern
map
Add
map
Target
Key
root
target
through
@patternmeshjs/core
Loading...