Interface: CreateResourceEvent
Defined in: redux/headlampEventSlice.ts:250
Event fired when creating a resource.
Properties
data
data: object;
Defined in: redux/headlampEventSlice.ts:252
status
status: CONFIRMED;
What exactly this event represents. 'CONFIRMED' when the user chooses to apply the new resource. For now only 'CONFIRMED' is sent.
type
type: CREATE_RESOURCE;
Defined in: redux/headlampEventSlice.ts:251