Newly the passed arguments for JsCallback must define also "load typecasting".
This way we ensure the values passed to the given function passed to JsCallback are always already typecasted and with the right typecasting method for the generating source.
If values are passed as not-JsExpressionable thru View::on, they are bidirectionally typecasted implicitly.
Newly the passed arguments for JsCallback must define also "load typecasting".
This way we ensure the values passed to the given function passed to JsCallback are always already typecasted and with the right typecasting method for the generating source.
If values are passed as not-
JsExpressionable
thruView::on
, they are bidirectionally typecasted implicitly.