* Checks whether a metadata value exists on the field. * @param key The metadata key to check.
(key: MetadataKey<any, any, any>)
| 499 | * @param key The metadata key to check. |
| 500 | */ |
| 501 | hasMetadata(key: MetadataKey<any, any, any>): boolean; |
| 502 | |
| 503 | /** |
| 504 | * Focuses the first UI control in the DOM that is bound to this field state. |
no outgoing calls
no test coverage detected