Skip to content

Commit a80b7f5

Browse files
authored
chore: ListView item loading event typo (#138)
1 parent bd86034 commit a80b7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ui/list-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ Emitted when a user taps an item in the ListView.
164164

165165
See [ItemEventData](/api/interface/ItemEventData).
166166

167-
### itemsLoading
167+
### itemLoading
168168

169169
```ts
170-
on('itemsLoading', (args: ItemEventData) => {
170+
on('itemLoading', (args: ItemEventData) => {
171171
const listView = args.object as ListView
172172
})
173173
```

0 commit comments

Comments
 (0)