Product Description
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}




What is the adjustable angle range of the backrest and armrests?
Backrest: 120°-160°-180°, Armrest : 0-20°-50°-75°. You can freely adjust the angle you want.
Is there a weight limit for the sofa?
This futon can maximum hold up to 600 pounds and can seat 2-3 adults.
Is this futon difficult to assemble? Do we need professional tools to assemble it?
The bottom pocket of the sofa is equipped with a simple installation tool for quick and easy installation. You only need to use the provided hexagonal wrench to secure legs on the sofa and enjoy your leisure life immediately!
Brief content visible, double tap to read full content.Full content visible, double tap to read brief content.
Videos
Help others learn more about this product by uploading a video!Upload your video
{"directedCustomerId":"","conversationHistoryId":"testConversationHistoryId","requestId":"testRequestId"}
Looking for specific info?
Product information
Measurements Item Dimensions D x W x H 33"D x 71"W x 31.5"H Item Weight 64.58 Pounds
Item details Included Components memory foam, Hardware UPC 738958918145 Best Sellers Rank
#323,336 in Home & Kitchen (See Top 100 in Home & Kitchen) #498 in Sofas & Couches ASIN B0D9B5RZ7T Customer Reviews
5.0 5.0 out of 5 stars
2 ratings
5.0 out of 5 stars Brand Name MUUEGM Sofa Type Sofa Bed Room Type Living Room, small place, office, apartment Age Range Description Adult
User guide Required Assembly Yes
Style Color Grey Style Name Modern Shape Rectangular
Materials & Care Material Type Wood
Features & Specs Is Customizable? No Seating Capacity 3.0 Additional Features Adjustable Headrest, Space Saving
Warranty & Support
Amazon.com Return Policy:
Regardless of your statutory right of withdrawal, you enjoy a 30-day right of return for many products. For exceptions and conditions, see Return details.Manufacturer’s warranty can be requested from customer service. Click here to make a request to customer service.
Feedback