* Checks whether a metadata value exists on the field. * @param key The metadata key to check.
(key: MetadataKey<any, any, any>)
| 493 | * @param key The metadata key to check. |
| 494 | */ |
| 495 | hasMetadata(key: MetadataKey<any, any, any>): boolean; |
| 496 | |
| 497 | /** |
| 498 | * Focuses the first UI control in the DOM that is bound to this field state. |
no outgoing calls
no test coverage detected