Перейти к основному содержимому

ComputeFromOptions

Defined in: core/behavior/types.ts:127

Опции для computeFrom

Type Parameters

TForm

TForm

Properties

condition?

optional condition?: (form) => boolean;

Defined in: core/behavior/types.ts:135

Условие применения

Parameters

form

TForm

Returns

boolean


debounce?

optional debounce?: number;

Defined in: core/behavior/types.ts:132

Debounce в мс


trigger?

optional trigger?: "change" | "blur";

Defined in: core/behavior/types.ts:129

Когда вычислять