Skip to content

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 kindkind(params) notation (e.g., sheet(Sales), cell(ref=B2))

readonly unknown[]

The raw input path steps

string

Human-readable path string