Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (23 loc) · 1.62 KB

File metadata and controls

31 lines (23 loc) · 1.62 KB

docs » plugins.core.preferences.panels.plugins


Plugins Preferences Panel

API Overview

  • Constants - Useful values which cannot be changed
  • SETTINGS_DISABLED
  • Functions - API calls offered directly by the extension
  • init

API Documentation

Constants

Signature plugins.core.preferences.panels.plugins.SETTINGS_DISABLED
Type Constant
Description Plugins Disabled

Functions

Signature plugins.core.preferences.panels.plugins.init() -> none
Type Function
Description Initialises the module.
Parameters
  • deps - The plugin dependencies.
  • env - The plugin environment.
Returns
  • None