CollectionFieldType<CollectionFieldT>: CollectionFieldT | ComplexTypeNamespace<CollectionFieldT>

Convenience type to reflect the type of the instances of a collection field. The actual type of the elements for complex type collections is ComplexTypeNamespace.

Type Parameters

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

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

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