This commit is contained in:
NoryiE
2025-02-14 13:40:48 +00:00
parent 346ded1c89
commit 4d99507f4f
16 changed files with 233 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
|Method|Returns|Description|
|---|---|---|
|[PropertySystem.addSetterHook](#PropertySystem.addSetterHook)|-|
|[PropertySystem.blueprint](#PropertySystem.blueprint)|table|
|[PropertySystem.createFromBlueprint](#PropertySystem.createFromBlueprint)|-|
|[PropertySystem.defineProperty](#PropertySystem.defineProperty)|-|
@@ -12,8 +13,12 @@
|[PropertySystem:getPropertyConfig](#PropertySystem:getPropertyConfig)|-|
|[PropertySystem:instanceProperty](#PropertySystem:instanceProperty)|-|
|[PropertySystem:observe](#PropertySystem:observe)|-|
|[PropertySystem:removeAllObservers](#PropertySystem:removeAllObservers)|-|
|[PropertySystem:removeObserver](#PropertySystem:removeObserver)|-|
|[PropertySystem:removeProperty](#PropertySystem:removeProperty)|-|
## PropertySystem.addSetterHook()
## PropertySystem.blueprint(elementClass)
Creates a blueprint of an element class with all its properties
@@ -37,5 +42,9 @@ Creates a blueprint of an element class with all its properties
## PropertySystem:observe()
## PropertySystem:removeAllObservers()
## PropertySystem:removeObserver()
## PropertySystem:removeProperty()