Components
Documentation for individual component types and fields
Types
| Type | Description |
|---|---|
| Component | Component Instance, also known as a Proxy Table |
Functions
| Function | Description |
|---|---|
mintmousse.newTab |
Create a new Tab |
mintmousse.get |
Get a component using given ID |
mintmousse.has |
Check if a component exists on the current thread using given ID |
mintmousse.remove |
Remove a component using given ID |
mintmousse.onEvent |
Add a callback for event |
mintmousse.removeEvent |
Remove a callback for an event |