Appearance
Data
The data layer defines how ListDisplay interacts with data sources.
It supports:
- static data
- query-based loading
- streaming / patch-based updates
This includes:
- data source contracts
- patch application
- refresh semantics
- lifecycle hooks
Features and UI slots do not directly manipulate data sources. All interaction goes through the runtime.
Table of contents
This section is generated automatically. It lists the documentation pages in this category with readable titles.
Data sources
- Createquerysource
- Createstreamsource
- Datasource
- Datasourceinitresult
- Datasourcekind
- Datasourcemeta
- Querysourceoptions
- Streamsourceoptions
Functions
Types
Members
These are member-level pages (properties/methods) generated by the tool. Useful for detail, noisy for browsing.
- Datasource › Destroy
- Datasource › Init
- Datasource › Meta
- Datasource › Refresh
- Datasource › Subscribe
- Datasourceinitresult › Rows
- Datasourceinitresult › Status
- Datasourceinitresult › Totalcount
- Datasourcemeta › Kind
- Datasourcemeta › Label
- Listconfig › Datasource
- Querysourceoptions › Label
- Querysourceoptions › Load
- Streambootstrapresult › Initialrows
- Streambootstrapresult › Totalcount
- Streamsourceoptions › Bootstrap
- Streamsourceoptions › Destroy
- Streamsourceoptions › Label
- Streamsourceoptions › Refresh
- Streamsourceoptions › Subscribe