Interface: EditResourceEvent
Event fired when editing a resource.
Properties
data
data: object;
resource
resource: KubeObject<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:116
type
type: EDIT_RESOURCE;