extractFieldNames
extractFieldNames(
refs):string[]
Defined in: output-transform/path-proxy.ts:124
Extract single-segment property names from an array of PathRefs.
Used for select callbacks that return [s.name, s.tier].
Parameters
Section titled “Parameters”PathRef<unknown>[]
Returns
Section titled “Returns”string[]
Throws
Section titled “Throws”Error if any PathRef has more than one segment.