W3cubDocs

/Angular

FormControlState

interface

FormControlState is a boxed form value. It is an object with a value key and a disabled key.

interface FormControlState<T> {
  value: T
  disabled: boolean
}

Properties

Property Description
value: T
disabled: boolean

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/forms/FormControlState