{
  "name": "Toolbar::Item",
  "header": "nativeui/toolbar.h",
  "type": "Object",
  "namespace": "nu",
  "description": "Represent an item of `Toolbar`.",
  "properties": [
    {
      "optional": true,
      "description": "Item's label.",
      "id": "label",
      "type": {
        "name": "String"
      },
      "name": "label"
    },
    {
      "optional": true,
      "description": "Item's minimum size.",
      "id": "minsize",
      "type": {
        "name": "SizeF",
        "id": "sizef"
      },
      "name": "minSize"
    },
    {
      "optional": true,
      "description": "Item's maximum size.",
      "id": "maxsize",
      "type": {
        "name": "SizeF",
        "id": "sizef"
      },
      "name": "maxSize"
    },
    {
      "optional": true,
      "description": "Item's image.",
      "id": "image",
      "type": {
        "name": "Image",
        "id": "image"
      },
      "name": "image"
    },
    {
      "optional": true,
      "description": "Item's custom view.",
      "id": "view",
      "type": {
        "name": "View",
        "id": "view"
      },
      "name": "view"
    },
    {
      "optional": true,
      "description": "Function called when item is clicked.",
      "id": "onclick",
      "type": {
        "name": "Function"
      },
      "name": "onClick"
    }
  ],
  "id": "toolbar_item"
}