ContentAdded in Sierra
Gesture List
Swipeable list rows that support reveal-and-hold actions or instant commit via velocity throw.
Swipe Actions & Throw Commit
Swipe left to reveal actions. A fast throw gesture commits the primary (first) action immediately, while a slow drag holds the actions open.
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
items | GestureListItem[] | — | List of row items, each containing an id, renderable content, and revealed actions. |
onCommit | (itemId: string, actionId: string) => void | — | Fires when a velocity throw swipe commits the first action immediately. |