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