Kind: Function
Convert an array of ScreenshotSpecs into ScreenshotMappings.
Signature
tsfunction convertSpecsToMappings(specs: ScreenshotSpec[]): ScreenshotMapping[]
Parameters
| Name | Type |
|---|---|
specs | ScreenshotSpec[] |
Returns: ScreenshotMapping[]
Kind: Function
Convert an array of ScreenshotSpecs into ScreenshotMappings.
tsfunction convertSpecsToMappings(specs: ScreenshotSpec[]): ScreenshotMapping[]
| Name | Type |
|---|---|
specs | ScreenshotSpec[] |
Returns: ScreenshotMapping[]
Was this page helpful?