| Prop | Default | Type |
|---|---|---|
defaultOpen | false | booleanThe open state of the dialog when it is initially rendered. Use when you do not need to control its open state. |
modal | true | booleanThe modality of the dialog When set to |
open | booleanThe controlled open state of the dialog. Can be binded as |
| Emit | Payload |
|---|---|
update:open | [value: boolean]Event handler called when the open state of the dialog changes. |
| Slots (default) | Payload |
|---|---|
open | booleanCurrent open state |
close | (): voidClose the dialog |
