createCanvasRow
Creates a new row in the canvas grid at the specified index.
info
This API is only available in Figma Slides and Figma Buzz
Signature
createCanvasRow(rowIndex?: number): SceneNode
Parameters
rowIndex
The index where to insert the new row (optional)
Remarks
If no row index is provided, the row will be added at the end of the grid.