Interface: ResourceListViewLoadedEvent
Event fired when a list view is loaded for a resource.
Properties
data
data: object;
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.
Defined in
src/redux/headlampEventSlice.ts:271
type
type: LIST_VIEW;