Skip to content

Store

The store layer manages internal state for ListDisplay and its features.

It includes:

  • core list state (rows, status, pagination)
  • feature-owned state slices
  • immutable update patterns
  • snapshot generation

The store is not exposed directly to consumers. It exists to guarantee predictable updates and isolated re-renders. It is designed to be a single source of truth for ListDisplay's internal state.


Table of contents

This section is generated automatically. It lists the documentation pages in this category with readable titles.

Props

State

Members

These are member-level pages (properties/methods) generated by the tool. Useful for detail, noisy for browsing.