SAP Cloud SDK for JavaScript - v4.1.1
    Preparing search index...

    Type Alias IsSelectableField<FieldOfT>

    IsSelectableField: 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 Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.