Preparing search index...
The search index is not available
@strumenta/tylasu
@strumenta/tylasu
core
ChildDef
Type alias ChildDef<Source, Target, Child>
Child
Def
<
Source
,
Target
,
Child
>
:
{
name
?:
string
;
scopedToType
?:
(
new
(
...
args
)
=>
Target
)
;
source
:
keyof
Source
|
PropertyRef
<
Source
,
any
>
|
(
(
s
)
=>
any
|
undefined
)
;
target
?:
keyof
Target
|
PropertyRef
<
Target
,
Child
>
|
(
(
t
,
c
?
)
=>
void
)
;
}
Type Parameters
Source
Target
Child
Type declaration
Optional
name
?:
string
Optional
scoped
To
Type
?:
(
new
(
...
args
)
=>
Target
)
new
(
...
args
)
:
Target
Parameters
Rest
...
args
:
any
[]
Returns
Target
source
:
keyof
Source
|
PropertyRef
<
Source
,
any
>
|
(
(
s
)
=>
any
|
undefined
)
Optional
target
?:
keyof
Target
|
PropertyRef
<
Target
,
Child
>
|
(
(
t
,
c
?
)
=>
void
)
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@strumenta/tylasu
core
interop
ecore
ecore-enabled-parser
lionweb
mapping/mapping
parsing
testing/testing
Generated using
TypeDoc