42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# PropertySystem
|
|
|
|
## Functions
|
|
|
|
|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()
|
|
|
|
## PropertySystem:__init()
|
|
|
|
## PropertySystem:_updateProperty()
|
|
|
|
## PropertySystem:getPropertyConfig()
|
|
|
|
## PropertySystem:instanceProperty()
|
|
|
|
## PropertySystem:observe()
|
|
|
|
## PropertySystem:removeProperty()
|
|
|