{
  "id": "uilib/extensions/forms/Iterate/PushButton",
  "name": "PushButton",
  "description": "`Iterate.PushButton` builds on top of the same data flow logic as field components, but the only thing it changes in the value it receives or retrieves from source data is adding a new item to the array.",
  "group": "extensions",
  "slug": "/uilib/extensions/forms/Iterate/PushButton/",
  "props": [
    {
      "name": "path",
      "doc": "The path to the array to add the new item to.",
      "type": "string",
      "status": "required",
      "defaultValue": null
    },
    {
      "name": "itemPath",
      "doc": "The path to the item in a nested array, to add the new item to.",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "pushValue",
      "doc": "The element to add to the array when the button is clicked. Can be a function to returns the push value.",
      "type": "unknown",
      "status": "optional",
      "defaultValue": null
    }
  ],
  "events": [],
  "related": [
    "Button"
  ],
  "checksum": "3931233a63ce8c9928536f1a7f0e7f4a185d6a042c7007d8f7656f61a92bbe5e",
  "source": {
    "repo": "https://github.com/dnbexperience/eufemia",
    "file": "packages/dnb-eufemia/src/extensions/forms/Iterate/PushButton/PushButton.tsx",
    "permalink": "https://github.com/dnbexperience/eufemia/blob/main/packages/dnb-eufemia/src/extensions/forms/Iterate/PushButton/PushButton.tsx"
  },
  "sources": {
    "entry": {
      "local": "src/docs/uilib/extensions/forms/Iterate/PushButton.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/extensions/forms/Iterate/PushButton/"
    },
    "props": {
      "local": "src/docs/uilib/extensions/forms/Iterate/PushButton/properties.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/extensions/forms/Iterate/PushButton/properties/"
    },
    "events": null,
    "demos": {
      "local": "src/docs/uilib/extensions/forms/Iterate/PushButton/demos.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/extensions/forms/Iterate/PushButton/demos/"
    }
  },
  "version": "0.0.0-development",
  "generatedAt": "2025-12-23T13:39:33.838Z",
  "schemaVersion": 1
}
