Search
Preparing search index...
@universe-ee/sdk
Universe
Platform
Model
IHasManyMainDescriptorConfig
Type Alias IHasManyMainDescriptorConfig<M, T>
IHasManyMainDescriptorConfig
:
IBaseMainDescriptorConfig
<
T
>
&
{
itemValidators
?:
()
=>
{
fieldKey
:
keyof
M
;
validators
:
()
=>
IFieldValidator
<
M
>
[]
;
}
[]
;
ofType
:
FactoryType
<
M
>
;
}
Тип конфигурации поля "has many" для модели.
Type Parameters
M
extends
AbstractModel
T
extends
void
|
null
=
void
Public
Юниверс MDM SDK UI
Loading...
Тип конфигурации поля "has many" для модели.