Skip to content

Function.markNullable

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

umt / markNullable

Function: markNullable()

markNullable(target, propertyKey): void

Defined in: Decorator/markNullable.ts:8

Marks a field as accepting null without running its rules.

Parameters

target

object

The class prototype.

propertyKey

PropertyKey

The field to mark nullable.

Returns

void

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally