Interface: ValueSubscription<T>
Defined in: types/index.ts:26
Configuration for subscribing to form value changes.
Type Parameters
T
T
= AnyValue
The type of value being subscribed to
Properties
path?
optional
path:string
Defined in: types/index.ts:28
Optional path to a specific field. If not provided, subscribes to the entire form
cb
cb:
SubscriptionCallBack
<T
>
Defined in: types/index.ts:30
Callback function to execute when the value changes