UNPKG

@openui5/sap.ui.core

Version:

OpenUI5 Core Library sap.ui.core

45 lines (41 loc) 1.48 kB
/*! * OpenUI5 * (c) Copyright 2026 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ /** * Namespace for TypeScript type definitions of the OData V4 model. * * @name sap.ui.model.odata.v4.ts * @namespace * @public * @since 1.118.0 */ /** * An object representing a "14.4.1.5 Expression edm:NavigationPropertyPath". Its shape corresponds * exactly to the shape of such an expression in the * {@link topic:87aac894a40640f89920d7b2a414499b OData V4 Metadata JSON Format} as returned by * {@link sap.ui.model.odata.v4.ODataMetaModel#requestObject}. * * @typedef {object} sap.ui.model.odata.v4.ts.NavigationPropertyPathExpression * @property {string} $NavigationPropertyPath * A value of type <code>Edm.NavigationPropertyPath</code>. * * @public * @see {@link sap.ui.model.odata.v4.Context#requestSideEffects} * @since 1.118.0 */ /** * An object representing a "14.4.1.6 Expression edm:PropertyPath". Its shape corresponds exactly to * the shape of such an expression in the * {@link topic:87aac894a40640f89920d7b2a414499b OData V4 Metadata JSON Format} as returned by * {@link sap.ui.model.odata.v4.ODataMetaModel#requestObject}. * * @typedef {object} sap.ui.model.odata.v4.ts.PropertyPathExpression * @property {string} $PropertyPath * A value of type <code>Edm.PropertyPath</code>. * * @public * @see {@link sap.ui.model.odata.v4.Context#requestSideEffects} * @since 1.118.0 */