Could you make the type
property of ScriptColumnData
(and in the columns map
) readable as well? Right now, you can only set a value but not retrieve the existing one. This is important for dynamic columns that may change their value type under certain conditions. So you don’t end up with values of the wrong type.
Thanks.