ReadonlyCompatFieldState
Type Alias
stablesince v22.0
A readonly CompatFieldState.
API
type ReadonlyCompatFieldState<TControl extends AbstractControl, TKey extends string | number = string | number> = CompatFieldState<TControl, TKey, 'readonly'>
Jump to details