FlatForEachSpec
Defined in: extract/spec.ts:189
Iterate and flatten: same as forEach but concatenates body arrays into a flat result.
Example
Section titled “Example”flatForEach( literal(['sheet1', 'sheet2']), 'sheetName', someArraySpec // body must produce an array)Type Parameters
Section titled “Type Parameters”Source
Section titled “Source”Properties
Section titled “Properties”binding
Section titled “binding”
readonlybinding:string
Defined in: extract/spec.ts:195
readonlybody:Body
Defined in: extract/spec.ts:196
readonlykind:"flatForEach"
Defined in: extract/spec.ts:193
source
Section titled “source”
readonlysource:Source
Defined in: extract/spec.ts:194