toast doc updated

pull/1408/head
Tuğçe Küçükoğlu 2021-08-04 11:58:33 +03:00
parent a4973cb39a
commit 6795e5070f
1 changed files with 12 additions and 0 deletions

View File

@ -95,6 +95,18 @@ export default defineComponent({
<td>string</td>
<td>null</td>
<td>Key of the Toast to display the message.</td>
</tr>
<tr>
<td>styleClass</td>
<td>string</td>
<td>null</td>
<td>Style class of the message.</td>
</tr>
<tr>
<td>contentStyleClass</td>
<td>string</td>
<td>null</td>
<td>Style class of the content.</td>
</tr>
</tbody>
</table>