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

    Interface ComplexTypeNamespace<ComplexT>

    Interface to represent meta information on the _propertyMetadata property of a complex type.

    interface ComplexTypeNamespace<ComplexT> {
        _propertyMetadata: PropertyMetadata<ComplexT>[];
    }

    Type Parameters

    • ComplexT
    Index

    Properties

    _propertyMetadata: PropertyMetadata<ComplexT>[]

    Metadata like Edm.Type of the complex type properties.

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