interface CuttingsDataChangedEvent {
    event: "ADD_TO_CART" | "CUTTINGS_DATA_CHANGED" | "SET_WALL_SIZE";
    cuttingsData: CuttingsData;
}

Hierarchy (view full)

Properties

Properties

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

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

cuttingsData: CuttingsData

Cutting positions