Hi.
How to correctly define the link property in the plugin? I would like to set the plugin property to the initial value when the link was clicked.
How to get the value of plugin property in linkCallback?
new SDK.PluginProperty('link', 'domains_link', {
linkCallback: () => {
// How to get the value of plugin property?
// How to access the plugin instance?
// How to run the plugin method?
},
})