Gets the state of the field represented by the given path.
(
p: CompatSchemaPath<PControl>,
)
| 931 | // structure so that TypeScript accepts the assignment gracefully. |
| 932 | /** Gets the state of the field represented by the given path. */ |
| 933 | stateOf<PControl extends AbstractControl>( |
| 934 | p: CompatSchemaPath<PControl>, |
| 935 | ): [PControl] extends [any] ? ReadonlyCompatFieldState<PControl> : never; |
| 936 | stateOf<PValue>( |
no outgoing calls