Configuration Reload
Overview
Use cases
How it works
var newConfig = {
advancedPermissions: {
// new permissions
}
}
bee.loadConfig(newConfig)
Last updated
Was this helpful?
var newConfig = {
advancedPermissions: {
// new permissions
}
}
bee.loadConfig(newConfig)
Last updated
Was this helpful?
Was this helpful?