• Preparing search index...
  • The search index is not available
SAP Cloud SDK for JavaScript - v3.26.4
  • SAP Cloud SDK for JavaScript
  • @sap-cloud-sdk/odata-common
  • isOrderableEdmType

Function isOrderableEdmType

  • isOrderableEdmType(
        edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4,
    ): boolean

    Convenience function to check whether a given EDM type is of type OrderableEdmType.

    Parameters

    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

      Literal EDM type string to check.

    Returns boolean

    Whether the given edmType is of type OrderableEdmType.

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

    • Defined in packages/odata-common/dist/edm-types.d.ts:47

Settings

Member Visibility
SAP Cloud SDK for JavaScript - v3.26.4
  • Loading...