VariableRefSpec
Defined in: extract/spec.ts:209
Reference a bound variable from a ForEachSpec scope.
Example
Section titled “Example”variableRef('name') // just the bound valuevariableRef('item', ['address', 'city']) // navigate into bound valuevariableRef('item', ['age'], 'number') // navigate + type checkProperties
Section titled “Properties”extract?
Section titled “extract?”
readonlyoptionalextract:string
Defined in: extract/spec.ts:213
readonlykind:"variableRef"
Defined in: extract/spec.ts:210
readonlyname:string
Defined in: extract/spec.ts:211
readonlyoptionalpath: readonly (string|number)[]
Defined in: extract/spec.ts:212