Skip to main content

Interface: RestartResourceEvent

Event fired when restarting a resource.

Properties

data

data: object;

resource

resource: any;

The resource for which the deletion was called.

status

status: CONFIRMED;

What exactly this event represents. 'CONFIRMED' when the restart is selected by the user. For now only 'CONFIRMED' is sent.

Defined in

src/redux/headlampEventSlice.ts:130


type

type: RESTART_RESOURCE;

Defined in

src/redux/headlampEventSlice.ts:129