Preparing search index...
@universe-dg/sdk
Universe
Platform
Model
hasMany
Function hasMany
hasMany
<
M
extends
AbstractModel
<
any
>
>
(
config
:
IHasManyMainDescriptorConfig
<
M
,
null
>
,
)
:
FieldDecorator
<
null
|
ModelCollection
<
M
>
>
Decorator for a collection (similar to hasMany in ExtJS)
Type Parameters
M
extends
AbstractModel
<
any
>
Parameters
config
:
IHasManyMainDescriptorConfig
<
M
,
null
>
Returns
FieldDecorator
<
null
|
ModelCollection
<
M
>
>
Public
hasMany
<
M
extends
AbstractModel
<
any
>
>
(
config
:
IHasManyMainDescriptorConfig
<
M
>
,
)
:
FieldDecorator
<
ModelCollection
<
M
>
>
Type Parameters
M
extends
AbstractModel
<
any
>
Parameters
config
:
IHasManyMainDescriptorConfig
<
M
>
Returns
FieldDecorator
<
ModelCollection
<
M
>
>
Public
Юниверс DG SDK UI
Loading...
Decorator for a collection (similar to hasMany in ExtJS)