Interface: ResourceDetailsViewLoadedEvent
Event fired when a resource is loaded in the details view.
Properties
data
data: object;
error?
optional error: Error;
The error, if an error has occurred
resource
resource: KubeObject<any>;
The resource that was loaded.
Defined in
src/redux/headlampEventSlice.ts:258
type
type: DETAILS_VIEW;