{
  "properties": [
    {
      "name": "opened",
      "type": "Boolean",
      "description": "If this property is true, dialog will be opened"
    },
    {
      "name": "borderColor",
      "type": "String",
      "description": "border color of the Confirm Dialog"
    },
    {
      "name": "width",
      "type": "String",
      "description": "Width of the Confirm Dialog"
    },
    {
      "name": "title",
      "type": "String",
      "description": "Title of the Confirm Dialog"
    },
    {
      "name": "okTitle",
      "type": "String",
      "default": "OK",
      "description": "Button title of the Confirm Dialog button"
    },
    {
      "name": "clickOutsideToCloase",
      "type": "Boolean",
      "description": "If this property is false, it is impossible to close the modal by clicking outside, default is true"
    }
  ],
  "events": [
    {
      "name": "update:opened",
      "description": "Emitted when the dialog is opened and closed with opened status"
    }
  ]
}
