I am referring to custom-ui sample where we can enable/disable custom action menus for vCenter objects.
Referring to sample
<conditionalProperty>config.template</conditionalProperty>
i want to disable the action with respect to property which is specific to my plugin not to vmware.
for example
<conditionalProperty>mypluginproperty</conditionalProperty>
I am getting the request for this property in my DataAdaptor inside getData( however here i do not have the URI for selcetd object.
How can i achieve this.