Skip to main content

Interface: ResourceListViewLoadedEvent

Defined in: redux/headlampEventSlice.ts:330

Event fired when a list view is loaded for a resource.

Properties​

data​

data: object;

Defined in: redux/headlampEventSlice.ts:332

error?​

optional error?: Error;

The error, if an error has occurred

resourceKind​

resourceKind: string;

The kind of resource that was loaded.

resources​

resources: KubeObject<any>[];

The list of resources that were loaded.


type​

type: LIST_VIEW;

Defined in: redux/headlampEventSlice.ts:331