Type Alias CallBackAction

The callback to be performed once the report is done.

type CallBackAction = {
    httpRequest?: HttpRequest;
}
Index

Properties

Properties

httpRequest?: HttpRequest

Http callback. The provided uri will be called once the report is done.