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

NameTypeDescriptionNotes
authorslist[str]A list of authors that created this plugin
dependencieslist[PluginDependency]Other plugins that this plugin depends on
idstrThe unique id of this plugin
linkstrThe API link that can be used to obtain more information about this object
namestrThe name of this plugin
statestrThe current loaded state of the plugin
typestrThe type of the plugin
descriptionstrA description describing what this plugin does (hopefully)[optional]
sourcestrThe file source where the plugin was loaded from.[optional]
urlstrThe url that was added to the plugin (probably the homepage)[optional]
versionstrThe current version of the plugin[optional]

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