How do you write the onButtonClick: fn (prop:name of FormPreview in vux?

buttons: [{
        style: "primary",
        text: "",
        link: "/component/troubles"
      }, {
        style: "primary",
        text: "",
        link: "/"
        onButtonClick: fn(prop:name)
      }]

how to call a method in methods or how to write in it

Dec.23,2021

View the document solved
onButtonClick: (name) = > {}

Menu