diff --git a/docs/api/dialog.md b/docs/api/dialog.md index 6e3065f5fd..855f72c022 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -242,7 +242,7 @@ expanding and collapsing the dialog. include a checkbox with the given label. * `checkboxChecked` Boolean (optional) - Initial checked state of the checkbox. `false` by default. - * `icon` [NativeImage](native-image.md) (optional) + * `icon` ([NativeImage](native-image.md) | String) (optional) * `cancelId` Integer (optional) - The index of the button to be used to cancel the dialog, via the `Esc` key. By default this is assigned to the first button with "cancel" or "no" as the label. If no such labeled buttons exist and this option is not set, `0` will be used as the