deploy: 6dfa554523
This commit is contained in:
10
docs/references/pluginTemplate.md
Normal file
10
docs/references/pluginTemplate.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Will temporary exist so that we don't lose track of how the plugin system works
|
||||
## VisualElement.hooks.init()
|
||||
Hooks into existing methods (you can also use init.pre or init.post)
|
||||
|
||||
## VisualElement.setup()
|
||||
Called on Class level to define properties and setup before instance is created
|
||||
|
||||
## VisualElement:testFunc()
|
||||
Adds a new method to the class
|
||||
|
||||
Reference in New Issue
Block a user