Kind: Function
Convert specs to mappings, flattening workflow sequences into individual
step mappings. Each step gets its own mapping with parentPlaceholderId
and sequenceOrder so the replacer can reassemble them.
Signature
tsfunction convertSpecsToMappingsFlattened(specs: ScreenshotSpec[]): ScreenshotMapping[]
Parameters
| Name | Type |
|---|---|
specs | ScreenshotSpec[] |
Returns: ScreenshotMapping[]
Was this page helpful?