Skip to content

Commit 2ab5219

Browse files
committed
update the descriptions of .addButton and .addActionButton on ThreadRowView
1 parent 15763aa commit 2ab5219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Adds an image to the thread row view.
5353
| **imageDescriptor** | `ImageDescriptor` or `Stream(ImageDescriptor)` | An options object for the image. |
5454

5555
#### addButton(buttonDescriptor)
56-
Adds an icon style button to this row, placed right next to the star button.
56+
Adds an icon style button to the thread row view. Note: Placement of the button is conditional based on the user's Gmail setting "Hover actions".
5757

5858
| Parameters | Type | Description |
5959
| :--- | :--- | :--- |
6060
| **buttonDescriptor** | `ThreadRowButtonDescriptor` or `Stream(ThreadRowButtonDescriptor)` | An options object for the button. |
6161

6262
#### addActionButton(buttonDescriptor)
63-
Adds an action button to the right of the subject.
63+
Adds an action button (CTA style) to the right of the subject.
6464

6565
| Parameters | Type | Description |
6666
| :--- | :--- | :--- |

0 commit comments

Comments
 (0)