interface WallSizeChangedEvent {
    event: "ADD_TO_CART" | "CUTTINGS_DATA_CHANGED" | "SET_WALL_SIZE";
    wallWidth: number;
    wallHeight: number;
}

Hierarchy (view full)

Properties

event: "ADD_TO_CART" | "CUTTINGS_DATA_CHANGED" | "SET_WALL_SIZE"

The name of the event, this is most likely only used internally

wallWidth: number

The new wall width

wallHeight: number

The new wall height