Interface: EditResourceEvent
Defined in: redux/headlampEventSlice.ts:130
Event fired when editing a resource.
Properties
data
data: object;
Defined in: redux/headlampEventSlice.ts:132
resource
resource: KubeObject;
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.
type
type: EDIT_RESOURCE;
Defined in: redux/headlampEventSlice.ts:131