reference.md 3.3 KB

Default Permission

Default permissions for the plugin.

  • allow-new
  • allow-get-by-id
  • allow-remove-by-id
  • allow-set-icon
  • allow-set-menu
  • allow-set-tooltip
  • allow-set-title
  • allow-set-visible
  • allow-set-temp-dir-path
  • allow-set-icon-as-template
  • allow-set-show-menu-on-left-click

Permission Table

Identifier Description
`core:tray:allow-get-by-id` Enables the get_by_id command without any pre-configured scope.
`core:tray:deny-get-by-id` Denies the get_by_id command without any pre-configured scope.
`core:tray:allow-new` Enables the new command without any pre-configured scope.
`core:tray:deny-new` Denies the new command without any pre-configured scope.
`core:tray:allow-remove-by-id` Enables the remove_by_id command without any pre-configured scope.
`core:tray:deny-remove-by-id` Denies the remove_by_id command without any pre-configured scope.
`core:tray:allow-set-icon` Enables the set_icon command without any pre-configured scope.
`core:tray:deny-set-icon` Denies the set_icon command without any pre-configured scope.
`core:tray:allow-set-icon-as-template` Enables the set_icon_as_template command without any pre-configured scope.
`core:tray:deny-set-icon-as-template` Denies the set_icon_as_template command without any pre-configured scope.
`core:tray:allow-set-menu` Enables the set_menu command without any pre-configured scope.
`core:tray:deny-set-menu` Denies the set_menu command without any pre-configured scope.
`core:tray:allow-set-show-menu-on-left-click` Enables the set_show_menu_on_left_click command without any pre-configured scope.
`core:tray:deny-set-show-menu-on-left-click` Denies the set_show_menu_on_left_click command without any pre-configured scope.
`core:tray:allow-set-temp-dir-path` Enables the set_temp_dir_path command without any pre-configured scope.
`core:tray:deny-set-temp-dir-path` Denies the set_temp_dir_path command without any pre-configured scope.
`core:tray:allow-set-title` Enables the set_title command without any pre-configured scope.
`core:tray:deny-set-title` Denies the set_title command without any pre-configured scope.
`core:tray:allow-set-tooltip` Enables the set_tooltip command without any pre-configured scope.
`core:tray:deny-set-tooltip` Denies the set_tooltip command without any pre-configured scope.
`core:tray:allow-set-visible` Enables the set_visible command without any pre-configured scope.
`core:tray:deny-set-visible` Denies the set_visible command without any pre-configured scope.