RecorderGridDefinition
An object that specifies grid parameters. Can be passed via the RecorderDrawArea.grid parameter.
Add the following line to your scenario code to use the interface:
require(Modules.Recorder);
Props
colCount
colCount: number
Number of columns in the grid.
fromCount
fromCount: number
Minimum video frames for the grid.
rowCount
rowCount: number
Number of rows in the grid.
toCount
toCount: number
| undefined
Optional. Maximum video frames for the grid.