Schevo namespaces are the entry point to much of the functionality of Schevo. They are attached to Schevo objects using single-character names to prevent accidental name collisions.
Namespaces share a common highly-introspectable API that facilitates the use of automatic user interface generation.
Below, we cover a summary of the available namespaces and the attributes they share in common.
| Namespace | Description | Attached to |
|---|---|---|
| sys | System properties and methods. |
|
| f | Field classes and instances. |
|
| h | Field change handlers. |
|
| m | Many-to-many methods. |
|
| q | Query methods. |
|
| t | Transaction methods. |
|
| v | View methods. |
|
| x | Extender methods. |
|