From 4834807f36768c36474fbdab91ed6c267cdaad5f Mon Sep 17 00:00:00 2001 From: darrenburns Date: Wed, 30 Nov 2022 11:39:09 +0000 Subject: [PATCH] Update docs/widgets/list_item.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- docs/widgets/list_item.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/widgets/list_item.md b/docs/widgets/list_item.md index d602e5628..1ceb65e31 100644 --- a/docs/widgets/list_item.md +++ b/docs/widgets/list_item.md @@ -29,6 +29,12 @@ of multiple `ListItem`s. The arrow keys can be used to navigate the list. ## Messages +### Selected + +The `ListItem.Selected` message is sent when the item is selected. + + - [x] Bubbles + #### Attributes | attribute | type | purpose |