Kind: Class
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/ResponsePanel.ts
Extends: ExplorerElement
Methods
| Method | Signature | Returns |
|---|---|---|
willUpdate | willUpdate(changed: Map<string, unknown>) | void |
render | render() | void |
Properties
| Property | Type |
|---|---|
styles | any |
strings | ExplorerStrings |
response | APIResponse |
loading | any |
error | Error |
Where it refuses work
AtloriaResponsePanelstops the work with an early return when!this.response, in 6 places.AtloriaResponsePanelstops the work with an early return whenisEmpty, in 2 places.AtloriaResponsePanelstops the work with an early return whenstatus >= 200 && status < 300.AtloriaResponsePanelstops the work with an early return whenstatus >= 300 && status < 400.AtloriaResponsePanelstops the work with an early return whenstatus >= 400 && status < 500.AtloriaResponsePanelstops the work with an early return whenstatus >= 500.
Was this page helpful?