Skip to main content

Interface: EditResourceEvent

Event fired when editing a resource.

Properties

data

data: object;

resource

resource: any;

The resource for which the deletion was called.

status

status: OPENED | CLOSED;

What exactly this event represents. 'OPEN' when the edit dialog is opened. 'CLOSED' when it is closed.

Defined in

src/redux/headlampEventSlice.ts:100


type

type: EDIT_RESOURCE;

Defined in

src/redux/headlampEventSlice.ts:99