interface MessageData {
    event: "ADD_TO_CART" | "CUTTINGS_DATA_CHANGED" | "SET_WALL_SIZE";
}

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