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