Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 678 Bytes

PluginDependency.md

File metadata and controls

22 lines (15 loc) · 678 Bytes

PluginDependency

Properties

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

Enum: LoadOrderEnum

Name Value
NONE "NONE"
BEFORE "BEFORE"
AFTER "AFTER"