{
  "name": "DatePicker::Options",
  "header": "nativeui/date_picker.h",
  "type": "struct",
  "namespace": "nu",
  "description": "Options for creating DatePicker.",
  "properties": [
    {
      "optional": true,
      "description": "A bit array of `elements` to display, default is `<!enum>DatePicker::ELEMENT_YEAR_MONTH_DAY`.",
      "detail": "\nAvailable elements can be found in `<!type>DatePicker::Element`.\n",
      "id": "elements",
      "type": {
        "name": "int"
      },
      "name": "elements"
    },
    {
      "optional": true,
      "description": "Whether to show a stepper in the text field, default is true.",
      "detail": "Note that only certain platforms with certain elements can show stepper.",
      "id": "hasstepper",
      "type": {
        "name": "bool"
      },
      "name": "has_stepper"
    }
  ],
  "id": "datepicker_options"
}