Interface: ResourceDetailsViewLoadedEvent

    plugin/registry .ResourceDetailsViewLoadedEvent

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

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    error? Error The error, if an error has occurred
    resource any The resource that was loaded.

    Defined in

    redux/headlampEventSlice.ts:242


    type

    type: DETAILS_VIEW

    Defined in

    redux/headlampEventSlice.ts:241