Interface FormGroupContextWithPayloadState<TValue, TStorageValue>

interface FormGroupContextWithPayloadState<TValue, TStorageValue> {
    formGroup?: FormGroup<TValue, TStorageValue>;
    provided: boolean;
}

Type Parameters

  • TValue extends Payload = Payload
  • TStorageValue extends Payload = Payload

Hierarchy (view full)

Properties

Properties

provided: boolean