LyteNyte Grid logo for light mode. Links back to the documentation home page.
Foundational

Grid Atom

The API reference for the grid atom functionality in LyteNyte Grid.

GridAtom

Represents a mutable piece of reactive grid state. This atom allows reading, updating, watching, and consuming its value reactively within React components.

Prop

GridAtomReadonly

Represents an immutable version of a grid atom that supports read, watch, and reactive usage but does not allow updates.

Prop

GridAtomReadonlyUnwatchable

Represents the most minimal read-only version of a grid atom. It supports value retrieval and reactive consumption, but not watching or updates.

Prop