Skip to content

Commit d95733a

Browse files
committed
updated types
1 parent dbb1bba commit d95733a

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/types/types.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@
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.

0 commit comments

Comments
 (0)