Hello
I am trying to inplement a yuuvis result component to the extensions in the client.
So far I am able to add a search result in an additional tab in the object view with this code:
"extensions": [
{
"id": "yuv.custom.extension.result",
"label": "yuv.custom.extension.result.label",
"matchHook": "yuv-object",
"plugin": {
"component": "yuv-result",
"inputs": {
"load": "() => { }"
},
"outputs": { }
}
}
]
At the moment I am struggling to add a specific query that should be executed when the tab is opened. Can somebody help me here?
Thank you.
Regards, Mathias