Settings button
This sample page will demonstrate how to implement a settings button.
Implementation
The settings button is added in the appTop section of the page.
You can provide the URL of where you want to redirect the user to, through the href parameter
defTop.outerHTML = wet.builder.appTop({
...
"appSettings": [{"href": "#"}]
...
});