sdk.log.downloadreport
Home > @matterway/sdk > Log > downloadReport
Log.downloadReport() function
Downloads the logs as a JSON file through the browser.
Signature:
export declare function downloadReport(ctx: Context): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
ctx | Context | Context object |
Returns:
Promise<void>