Reference

subscribeCell

Low-level cell subscription used by reactive DOM single-cell bindings.

Signature

function subscribeCell<T>(cell: ReadonlyCell<T>, listener: (value: T): void): (): void | undefined