Skip to content

Function.getFieldMeta

github-actions[bot] edited this page Jun 20, 2026 · 20 revisions

umt / getFieldMeta

Function: getFieldMeta()

getFieldMeta(target, propertyKey): FieldMeta

Defined in: Decorator/getFieldMeta.ts:11

Returns the metadata entry for a field, creating an empty one on first access.

Parameters

target

object

The class prototype.

propertyKey

PropertyKey

The field to look up.

Returns

FieldMeta

The field's metadata entry.

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally