Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.12 KB

File metadata and controls

20 lines (16 loc) · 1.12 KB

PluginContainer

Properties

Name Type Description Notes
authors list[str] A list of authors that created this plugin
dependencies list[PluginDependency] Other plugins that this plugin depends on
id str The unique id of this plugin
link str The API link that can be used to obtain more information about this object
name str The name of this plugin
state str The current loaded state of the plugin
type str The type of the plugin
description str A description describing what this plugin does (hopefully) [optional]
source str The file source where the plugin was loaded from. [optional]
url str The url that was added to the plugin (probably the homepage) [optional]
version str The current version of the plugin [optional]

[Back to Model list] [Back to API list] [Back to README]