Skip to main content

Interface: ResourceDetailsViewLoadedEvent

Defined in: redux/headlampEventSlice.ts:299

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

Properties

data

data: object;

Defined in: redux/headlampEventSlice.ts:301

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:300