Developer mode
Developer mode enables tools that are useful to create and debug your flows
Enabling developer mode
// Create new instance with developer mode enabled
var appmixer = new Appmixer({
devMode: true
})// Enable developer mode at runtime
appmixer.set('devMode', true)Developer mode tools


Last updated
Was this helpful?
