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

    Class CollectionField<EntityT, DeSerializersT, CollectionFieldT, NullableT, SelectableT>

    Represents a field of an entity or a complex type, that can have a collection as value.

    Type Parameters

    • EntityT extends EntityBase

      Type of the entity the field belongs to.

    • DeSerializersT extends DeSerializers

      Type of the (de-)serializers.

    • CollectionFieldT extends EdmTypeShared<"any"> | Record<string, any> = any

      Type of of elements of the collection. This can either be an EDM type or complex type.

    • NullableT extends boolean = false

      Boolean type that represents whether the field is nullable.

    • SelectableT extends boolean = false

      Boolean type that represents whether the field is selectable.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _deSerializers: DeSerializersT
    _entityConstructor: Constructable<EntityT>
    _fieldName: string
    _fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

    Methods

    • Gets the path to the complex type property represented by this.

      Returns string

      The path to the complex type property.

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