CopyFromOptions
Defined in: core/behavior/types.ts:93
Опции для copyFrom
Type Parameters
TSource
TSource
TForm
TForm = unknown
Properties
debounce?
optional debounce: number;
Defined in: core/behavior/types.ts:104
Debounce в мс
fields?
optional fields: "all" | keyof TSource[];
Defined in: core/behavior/types.ts:98
Какие поля копировать (для групп)
transform()?
optional transform: (value) => unknown;
Defined in: core/behavior/types.ts:101
Трансформация значения
Parameters
value
TSource
Returns
unknown
when()?
optional when: (form) => boolean;
Defined in: core/behavior/types.ts:95
Условие копирования
Parameters
form
TForm
Returns
boolean