Interface: RestartResourceEvent

    plugin/registry .RestartResourceEvent

    Event fired when restarting a resource.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    resource any The resource for which the deletion was called.
    status CONFIRMED What exactly this event represents. ‘CONFIRMED’ when the restart is selected by the user. For now only ‘CONFIRMED’ is sent.

    Defined in

    redux/headlampEventSlice.ts:130


    type

    type: RESTART_RESOURCE

    Defined in

    redux/headlampEventSlice.ts:129