Checks whether this table can be split. A table can only be split if it contains the current input position and no further text is selected.
<void> Table.getCanSplit(<RequestBooleanCallback> callback, [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
callback | Receives whether this table can be split. |
error |
Optional. Is called when the operation failed with an error. |