Type alias: CaptureScreenshot ​
Ƭ CaptureScreenshot: (el?
: HTMLElement
| null
, options?
: UseScreenshotOptions
) => Promise
<string
>
Type declaration ​
â–¸ (el?
, options?
): Promise
<string
>
Parameters ​
Name | Type |
---|---|
el? | HTMLElement | null |
options? | UseScreenshotOptions |
Returns ​
Promise
<string
>