Hi Ram,
ClearScript currently has no built-in support for specifying host method arguments by name. This is a feature we're tracking here.
Note that JavaScript doesn't have native syntax for named arguments; functions in ECMAScript 6 can specify default arguments for optional parameters, but that's a different feature.
Thanks!
ClearScript currently has no built-in support for specifying host method arguments by name. This is a feature we're tracking here.
Note that JavaScript doesn't have native syntax for named arguments; functions in ECMAScript 6 can specify default arguments for optional parameters, but that's a different feature.
Thanks!