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