IsSelectableField<FieldOfT>: FieldOfT extends Constructable<any> ? true : false

Convenience type to determine whether a field should be selectable. If the given FieldOfT is the type of an entity, it is selectable.

Type Parameters

  • FieldOfT extends ConstructorOrField<any>

    Type of the entity or complex type field this field belongs to.

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