Opensearch dashboards.opensearchdashboardsrequestevents
Home > opensearch-dashboards > OpenSearchDashboardsRequestEvents
OpenSearchDashboardsRequestEvents interface
Request events.
Signature:
export interface OpenSearchDashboardsRequestEvents
Properties
| Property | Type | Description |
|---|---|---|
| aborted$ | Observable<void> | Observable that emits once if and when the request has been aborted. |
| completed$ | Observable<void> | Observable that emits once if and when the request has been completely handled. |