Optional settings for fields.

Type Parameters

  • NullableT extends boolean = false

  • SelectableT extends boolean = false

Hierarchy

  • FieldOptions

Properties

isNullable?: NullableT

Whether the value of the field can be null.

isSelectable?: SelectableT

Whether the field can be reference in a .select statement.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.