API Overview

LyteNyte Grid's API architecture consists of three core components: a declarative state object, an imperative interaction API, and a complete event system. Together, these components form the grid state object returned by the useLyteNytePro or useLyteNyteCore hooks.

This documentation section provides detailed technical specifications for each API component. While more technically focused than example-driven, these references offer comprehensive insights into type definitions, function usage patterns, and important API behavioral considerations.

Declarative State Reference - Detailed documentation of all state properties available on the LyteNyte Grid state object, including their purpose, type definitions, and usage patterns.

Imperative API Reference - Complete reference for all method calls available on the LyteNyte Grid state object, including parameters, return values, and side effects.

Events Reference - Comprehensive guide to all events emitted by LyteNyte Grid, detailing event types, payload structures, and appropriate usage scenarios.