Reference Documentation¶
Quick reference materials for Movian development.
API References¶
- Complete API Index - All APIs organized by category
- Element Reference - All view file elements
- Attribute Reference - All element attributes
General References¶
- Glossary - Technical terms and definitions
- FAQ - Frequently asked questions
- Troubleshooting - Common issues and solutions
Quick Lookup Tables¶
Plugin APIs¶
| API | Purpose | Documentation |
|---|---|---|
http |
Network requests | HTTP API |
page |
UI pages | Page API |
store |
Data storage | Storage API |
sqlite |
Database | SQLite API |
View File Elements¶
| Element | Purpose | Documentation |
|---|---|---|
container |
Layout container | Container Widgets |
text |
Text display | Text Widgets |
image |
Image display | Image Widgets |
list |
Scrollable lists | List Widgets |
Common File Locations¶
| Type | Location | Purpose |
|---|---|---|
| Plugin manifest | plugin.json |
Plugin configuration |
| Main plugin file | *.js |
Plugin implementation |
| View files | *.view |
UI layout definitions |
| Skin directory | glwskins/*/ |
Theme files |