ListView
type ListView = { children: ListViewItem[]; id?: string; key?: string; limit?: number | 'auto'; status?: WidgetStatus; theme?: 'light' | 'dark'; type: 'ListView';};
Properties
Section titled “Properties”children
Section titled “children”children: ListViewItem[];
optional id: string;
optional key: string;
limit?
Section titled “limit?”optional limit: number | "auto";
status?
Section titled “status?”optional status: WidgetStatus;
theme?
Section titled “theme?”optional theme: "light" | "dark";
type: 'ListView';