{
  "properties": [
    {
      "name": "opened",
      "type": "Boolean",
      "description": "State the dialog window"
    },
    {
      "name": "backdropOpacity",
      "type": "String",
      "default": "0.75",
      "description": "Set backdrop opacity by value from 0..1."
    },
    {
      "name": "fullScreen",
      "type": "Boolean",
      "default": "false",
      "description": "Set up full screen option of dialog modal"
    },
    {
      "name": "borderColor",
      "type": "String",
      "description": "Set up border color for dialog content"
    },
    {
      "name": "backgroundColor",
      "type": "String",
      "default": "#252631",
      "description": "Set up background color of backdrop"
    },
    {
      "name": "contentFullWidth",
      "type": "Boolean",
      "default": "false",
      "description": "Set up full width of content"
    },
    {
      "name": "dialogStyleObject",
      "type": "Object",
      "description": "Styles object responsible for styles which will be applied to dialog node"
    },
    {
      "name": "datepickerContainer",
      "type": "Boolean",
      "default": "false",
      "description": "Apply styles of mobile datepicker design to dialog"
    },
    {
      "name": "overflowCheck",
      "type": "Boolean",
      "default": "true",
      "description": "Check overflow depend on it option"
    },
    {
      "name": "activeDatepickerComponent",
      "type": "String",
      "description": "Provide active datepicker component, if dialog component is part of it ecosystem"
    },
    {
      "name": "backdropId",
      "type": "String",
      "description": "Id of backdrop"
    },
    {
      "name": "clickOutsideToCloase",
      "type": "Boolean",
      "description": "If this property is false, it is impossible to close the modal by clicking outside, default is true"
    },
    {
      "name": "enableLoader",
      "type": "Boolean",
      "default": "false",
      "description": "Control displaying of loader component above the content of dialog component"
    },
    {
      "name": "height",
      "type": "String",
      "description": "Set height of dialog component"
    },
    {
      "name": "width",
      "type": "String",
      "description": "Set width of dialog component"
    },
    {
      "name": "minHeight",
      "type": "String",
      "description": "Set min-height of dialog component"
    },
    {
      "name": "maxHeight",
      "type": "String",
      "description": "Set max-height of dialog component"
    },
    {
      "name": "minWidth",
      "type": "String",
      "description": "Set min-width of dialog component"
    },
    {
      "name": "top",
      "type": "String",
      "description": "Set offset from the top for dialog component"
    },
    {
      "name": "virtualContainerMinHeight",
      "type": "String",
      "description": "Set min-height of the virtual container"
    }
  ],
  "events": []
}
