isNullable

Checks if a field accepts null values according to its definition.

Usage

ds.isNullable('Field');

API

isNullable(field: string): boolean;

Last updated

Was this helpful?