Skip to content

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].

PathRef<unknown>[]

string[]

Error if any PathRef has more than one segment.