Skip to main content

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: any[];

The list of resources that were loaded.

Defined in

src/redux/headlampEventSlice.ts:255


type

type: LIST_VIEW;

Defined in

src/redux/headlampEventSlice.ts:254