Documentation / API Reference

Opts

Inside any plugin, the this.opts object with the editor settings is always available.

You can access the settings object data like this:


let value = this.opts.get('focus');
let value = this.opts.get('image.upload');
let is = this.opts.is('source');