getCell<T> method

T getCell<T>(
  1. AsyncCellHandle<T> handle
)

Read a cell's value (synchronous).

Implementation

T getCell<T>(AsyncCellHandle<T> handle) => handle.get();