I want to access the element configuration value of textbox in element.js but i can't ?
Summary:
I want to access the element configuration value of textbox in element.js but I don't know how to access I have accessed the value in element.template by using this code but I want that value in element.js file to perform some logic
Code:-<h2 data-bind="widgetLocaleText:{custom: $elementInstance.textId, value: 'customTextNotFound', attr:'innerText'}"></h2>
Element image with configuration of text
I want that to be accessed in element.js file
plz help
Content (required):
Version (include the version you are using, if applicable):
22c
Code Snippet (add any code snippets that support your topic, if applicable):
1