deploy: 6dfa554523
This commit is contained in:
@@ -4,10 +4,26 @@
|
||||
|
||||
|Method|Returns|Description|
|
||||
|---|---|---|
|
||||
|[PropertySystem.blueprint](#PropertySystem.blueprint)|table|
|
||||
|[PropertySystem.createFromBlueprint](#PropertySystem.createFromBlueprint)|-|
|
||||
|[PropertySystem.defineProperty](#PropertySystem.defineProperty)|-|
|
||||
|[PropertySystem:__init](#PropertySystem:__init)|-|
|
||||
|[PropertySystem:_updateProperty](#PropertySystem:_updateProperty)|-|
|
||||
|[PropertySystem:getPropertyConfig](#PropertySystem:getPropertyConfig)|-|
|
||||
|[PropertySystem:instanceProperty](#PropertySystem:instanceProperty)|-|
|
||||
|[PropertySystem:observe](#PropertySystem:observe)|-|
|
||||
|[PropertySystem:removeProperty](#PropertySystem:removeProperty)|-|
|
||||
|
||||
## PropertySystem.blueprint(elementClass)
|
||||
Creates a blueprint of an element class with all its properties
|
||||
|
||||
### Parameters
|
||||
* `elementClass` `table` The element class to create a blueprint from
|
||||
|
||||
### Returns
|
||||
* `table` `blueprint` A table containing all property definitions
|
||||
|
||||
## PropertySystem.createFromBlueprint()
|
||||
|
||||
## PropertySystem.defineProperty()
|
||||
|
||||
@@ -15,5 +31,11 @@
|
||||
|
||||
## PropertySystem:_updateProperty()
|
||||
|
||||
## PropertySystem:getPropertyConfig()
|
||||
|
||||
## PropertySystem:instanceProperty()
|
||||
|
||||
## PropertySystem:observe()
|
||||
|
||||
## PropertySystem:removeProperty()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user