File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 3636 *
3737 * @property {boolean } [pluginsEnabled] - If false all plugins are disabled.
3838 *
39- * @property {boolean } [noEventAdd] - If true this prevents plugins from being added by `plugin :add` and
40- * `plugin :add:all` events forcing direct method invocation for addition.
39+ * @property {boolean } [noEventAdd] - If true this prevents plugins from being added by `plugins :add` and
40+ * `plugins :add:all` events forcing direct method invocation for addition.
4141 *
42- * @property {boolean } [noEventDestroy] - If true this prevents the plugin mananger from being destroyed by
43- * `plugin :destroy:manager` forcing direct method invocation for destruction.
42+ * @property {boolean } [noEventDestroy] - If true this prevents the plugin manager from being destroyed by
43+ * `plugins :destroy:manager` forcing direct method invocation for destruction.
4444 *
45- * @property {boolean } [noEventRemoval] - If true this prevents plugins from being removed by `plugin:remove` and
46- * `plugin:remove:all` events forcing direct method invocation for removal.
45+ * @property {boolean } [noEventOptions] - If true this prevents setting options for the plugin manager by
46+ * `plugins:destroy:manager` forcing direct method invocation for destruction.
47+ *
48+ * @property {boolean } [noEventRemoval] - If true this prevents plugins from being removed by `plugins:remove` and
49+ * `plugins:remove:all` events forcing direct method invocation for removal.
4750 *
4851 * @property {boolean } [throwNoMethod] - If true then when a method fails to be invoked by any plugin an exception
4952 * will be thrown.
You can’t perform that action at this time.
0 commit comments