An OData binding path (e.g., '/Products(1)/Name').
'/Products(1)/Name'
import type { BindingPath } from '#core/types/branded.js';function readBinding(path: BindingPath): void { } Copy
import type { BindingPath } from '#core/types/branded.js';function readBinding(path: BindingPath): void { }
An OData binding path (e.g.,
'/Products(1)/Name').