Update DialogDoc

pull/1533/head
mertsincan 2021-08-31 10:47:26 +03:00
parent cb6f17a4aa
commit b684f1680b
1 changed files with 8 additions and 2 deletions

View File

@ -221,6 +221,12 @@ export default {
<td>boolean</td>
<td>true</td>
<td>Keeps dialog in the viewport when dragging.</td>
</tr>
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>A valid query selector or an HTMLElement to specify where the dialog gets attached. Special keywords are "body" for document body and "self" for the element itself.</td>
</tr>
</tbody>
</table>