Try Install Learn Blog API Packages GitHub
Pages

Ui.InteractiveList.Item

A component to display a Ui.ListItem for the interactive list.

Properties

children
:
Array(Html)
=
[]

The content to render.

intended
:
Bool
=
false

Whether or not the item is intended.

onClick
:
Function(Html.Event, Promise(Void))
=
Promise.never1

The click event handler.

selected
:
Bool
=
false

Whether or not the item is selected.

size
:
Ui.Size
=
Ui.Size::Inherit

The size of the item.

Functions

render
:
Html

Renders the item.