Interface: EditResourceEvent

    plugin/registry .EditResourceEvent

    Event fired when editing a resource.

    Properties

    data

    data: Object

    Type declaration

    Name Type Description
    resource any The resource for which the deletion was called.
    status OPENED | CLOSED What exactly this event represents. ‘OPEN’ when the edit dialog is opened. ‘CLOSED’ when it is closed.

    Defined in

    redux/headlampEventSlice.ts:100


    type

    type: EDIT_RESOURCE

    Defined in

    redux/headlampEventSlice.ts:99