I can customize a custom control passing parameters of various kinds to it, but it seems that I can not send a custom JavaScript object through, is this correct?
Why is it not possible to pass a JavaScript object to a custom control? I can use string, boolean etc., but not an object. Why?
I know that some might suggest using scopes for this, but I don’t think that it would solve my problem. Especially not if the same session is used for multiple browsers that might reload at the same time.
Does anyone know if this will be implemented in Notes/Domino 8.5.2 or a later release (which?)?