Function: bindingPath()
bindingPath(
path):BindingPath
Defined in: src/core/types/branded.ts:234
Create a branded BindingPath from a raw string.
Parameters​
path​
string
Raw binding path string.
Returns​
Branded binding path.
Example​
import { bindingPath } from '#core/types/branded.js';
const path = bindingPath('/Products(1)/Name');