Type: table
Editable: false
Tags: table
Any table tag will become a table block.
<table>...</table>
getFirstCell#
Returns the instance of the first cell in the table.
var instance = this.app.block.get();
var cellInstance = instance.getFirstCell();