Title here
Summary here
ModelKind: global variable
Extends: Model
Model:
Properties
| Name | Type | Description |
|---|---|---|
| isObservable | boolean | model is not observable for better performance |
| program | GridProgram | program rendered in this program model |
| id | string | id of the program model, must be unique per program |
| x | number | x position of the program within its grid |
| y | number | y position of the program within its grid |
| width | number | width of the program |
| channelIndex | number | index of the channel that owns this program |
| frames | number | number of frames referencing this program |