Gets the state of the field represented by the given path.
(
p: CompatSchemaPath<PControl>,
)
| 988 | // structure so that TypeScript accepts the assignment gracefully. |
| 989 | /** Gets the state of the field represented by the given path. */ |
| 990 | stateOf<PControl extends AbstractControl>( |
| 991 | p: CompatSchemaPath<PControl>, |
| 992 | ): [PControl] extends [any] ? ReadonlyCompatFieldState<PControl> : never; |
| 993 | stateOf<PValue>( |
no outgoing calls