MCPcopy Create free account
hub / github.com/angular/angular / metadata

Method metadata

packages/forms/signals/src/api/types.ts:495–495  ·  view source on GitHub ↗

* Reads a metadata value from the field. * @param key The metadata key to read.

(key: MetadataKey<M, any, any>)

Source from the content-addressed store, hash-verified

493 * @param key The metadata key to read.
494 */
495 metadata<M>(key: MetadataKey<M, any, any>): M | undefined;
496
497 /**
498 * Checks whether a metadata value exists on the field.

Callers 15

sFunction · 0.65
resource.spec.tsFile · 0.65
metadata.spec.tsFile · 0.65
requiredFunction · 0.65
minFunction · 0.65
maxDateFunction · 0.65
minLengthFunction · 0.65
minDateFunction · 0.65
maxFunction · 0.65
maxLengthFunction · 0.65
validateAsyncFunction · 0.65

Implementers 1

FieldNodepackages/forms/signals/src/field/node.

Calls

no outgoing calls

Tested by 1

sFunction · 0.52