I want to ask how pass a array value to the properties.
Always at first should be 'properties name', but I have got a lot repetable names. So I want give them to the Array. How I can pass them ? If I put them in this sort of code i get a lot of errors in Console. here is my code in properties text:
PropertyPaneTextField(this.properties.linkArray[0], {
label: "Kafel nr 1"
}),
I need to pass a lot of values but if I tried put this I getting a lot of errors. Please help me.