Xml Guide

This commit is contained in:
Robert Jelic
2025-02-25 10:02:16 +01:00
parent 9867923f20
commit bab28f681c
2 changed files with 141 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
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