Fix default timeout documentation.

master
Jonathan Garbee 2016-02-24 12:59:58 -05:00
parent 6fe589a39b
commit 4fcdb11c3f
1 changed files with 1 additions and 1 deletions

View File

@ -97,6 +97,6 @@ The table below shows the properties and their usage.
| Property | Effect | Remarks | Type |
|-----------|--------|---------|---------|
| message | The text message to display. | Required | String |
| timeout | The amount of time in milliseconds to show the snackbar. | Optional (default 8000) | Integer |
| timeout | The amount of time in milliseconds to show the snackbar. | Optional (default 2750) | Integer |
| actionHandler | The function to execute when the action is clicked. | Optional | Function |
| actionText | The text to display for the action button. | Required if actionHandler is set | String. |