Skip to main content

Interface: ResourceDetailsViewLoadedEvent

Defined in: redux/headlampEventSlice.ts:317

Event fired when a resource is loaded in the details view.

Properties​

data​

data: object;

Defined in: redux/headlampEventSlice.ts:319

error?​

optional error?: Error;

The error, if an error has occurred

resource​

resource: KubeObject;

The resource that was loaded.


type​

type: DETAILS_VIEW;

Defined in: redux/headlampEventSlice.ts:318