Interface: CreateResourceEvent

    plugin/registry .CreateResourceEvent

    Event fired when creating a resource.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    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

    redux/headlampEventSlice.ts:193


    type

    type: CREATE_RESOURCE

    Defined in

    redux/headlampEventSlice.ts:192