Skip to main content

Interface: ScaleResourceEvent

Event fired when scaling a resource.

Properties

data

data: object;

resource

resource: any;

The resource for which the deletion was called.

status

status: CONFIRMED;

What exactly this event represents. 'CONFIRMED' when the scaling is selected by the user. For now only 'CONFIRMED' is sent.

Defined in

src/redux/headlampEventSlice.ts:115


type

type: SCALE_RESOURCE;

Defined in

src/redux/headlampEventSlice.ts:114