formatInputPath
formatInputPath(
steps):string
Defined in: execution/source-map.ts:558
Format an input path array into a human-readable string.
Handles all step types:
string→ dot-separated (e.g.,user.name)number→ bracket notation (e.g.,[0])'*'→ wildcard bracket (e.g.,[*])- Objects with
kind→kind(params)notation (e.g.,sheet(Sales),cell(ref=B2))
Parameters
Section titled “Parameters”readonly unknown[]
The raw input path steps
Returns
Section titled “Returns”string
Human-readable path string