Default permissions for the plugin.
allow-listen
allow-unlisten
allow-emit
allow-emit-to
Identifier | Description |
---|---|
`core:event:allow-emit` | Enables the emit command without any pre-configured scope. |
`core:event:deny-emit` | Denies the emit command without any pre-configured scope. |
`core:event:allow-emit-to` | Enables the emit_to command without any pre-configured scope. |
`core:event:deny-emit-to` | Denies the emit_to command without any pre-configured scope. |
`core:event:allow-listen` | Enables the listen command without any pre-configured scope. |
`core:event:deny-listen` | Denies the listen command without any pre-configured scope. |
`core:event:allow-unlisten` | Enables the unlisten command without any pre-configured scope. |
`core:event:deny-unlisten` | Denies the unlisten command without any pre-configured scope. |