toast doc updated
parent
a4973cb39a
commit
6795e5070f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue