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

Type Parameters

  • ComplexT = any

Hierarchy

  • PropertyMetadata

Properties

isCollection?: boolean

If true, the property is a collection property.

name: keyof ComplexT

Name of the complex type property.

originalName: string

Original name of the complex type property.

Type of the complex type property.

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