Skip to content

ListItem API

API reference docs for the Stash ListItem component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import ListItem from '@leaflink/stash/ListItem.vue';

Props

NameTypeDefaultDescription
disabledbooleanfalseDisables the checkbox
isIndeterminatebooleanfalseWhether this row's checkbox should be indeterminite
isSelectablebooleanfalseWhether this row can be selected.
itemobject{}The item to be selected
notActionablebooleanfalseWhether this row has an actions column or not. By default list items will be styled to include actions. Use `not-actionable` to restyle a row that has no actions.
selectedbooleanfalseWhether this row is selected.

Slots

NameDescription
default

Events

NameDescription
select