Addon Container
interface AddonContainer
Represents a wrapper around an addon.
Functions
Link copied to clipboard
Gets the authors of the addon.
Link copied to clipboard
Gets a collection of addon dependencies declared by the addon.
Link copied to clipboard
Returns an optional instance of the addon if it has been instantiated.
Link copied to clipboard
Returns the main class of the addon, which is the class that serves as the entry point for the addon's functionality.
Link copied to clipboard
Gets the scope of the addon, which indicates where it should be loaded.
Link copied to clipboard
Gets the version of the addon.