When passing a private
custom property to a popup window's title via a Popup Action, the value returns as undefined instead of the expected property value. Is it normal or a bug?
P.S. I haven't tried it via script.
When passing a private
custom property to a popup window's title via a Popup Action, the value returns as undefined instead of the expected property value. Is it normal or a bug?
P.S. I haven't tried it via script.
Actions other that Script run in the browser, and therefore do not have access to private properties (that's the point--private means it stays in the gateway).
Thanks, that’s good to know. I’ve been reading this topic and I think I took it too literally.