* Checks whether a metadata value exists on the field. * @param key The metadata key to check.
(key: MetadataKey<any, any, any>)
| 478 | * @param key The metadata key to check. |
| 479 | */ |
| 480 | hasMetadata(key: MetadataKey<any, any, any>): boolean; |
| 481 | |
| 482 | /** |
| 483 | * Focuses the first UI control in the DOM that is bound to this field state. |
no outgoing calls
no test coverage detected