Skip to content

ListView

type ListView = {
children: ListViewItem[];
id?: string;
key?: string;
limit?: number | 'auto';
status?: WidgetStatus;
theme?: 'light' | 'dark';
type: 'ListView';
};
children: ListViewItem[];

optional id: string;

optional key: string;

optional limit: number | "auto";

optional status: WidgetStatus;

optional theme: "light" | "dark";

type: 'ListView';