Synclets logoSynclets

getCellIds

getCellIds(
  tableId: string,
  rowId: string,
  context?: Context,
): Promise<undefined | string[]>
TypeDescription
tableIdstring
rowIdstring
context?Context
returnsPromise<undefined | string[]>