Skip to content

ListViewItem

type ListViewItem = {
align?: Alignment;
children: WidgetComponent[];
gap?: number | string;
id?: string;
key?: string;
onClickAction?: ActionConfig;
type: 'ListViewItem';
};
optional align: Alignment;

children: WidgetComponent[];

optional gap: number | string;

optional id: string;

optional key: string;

optional onClickAction: ActionConfig;

type: 'ListViewItem';