Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 645 Bytes

File metadata and controls

13 lines (9 loc) · 645 Bytes

PluginDependency

Properties

Name Type Description Notes
id str The id of the plugin that the original plugin depends on
load_order str The load order of the original plugin in relation to the dependency
optional bool True if this is an optional dependency, false otherwise
version str The version of the plugin that the original plugin depends on

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