Blank Design
The editor loads with a blank design by default. You can use this function to reset the design to blank state and let the user can start from scratch.
You can also specify a background color for the body here.
unlayer.loadBlank({
backgroundColor: '#e7e7e7'
});
Updated over 4 years ago