Function not found in customer PropertyBag #522
Answered
by
ClearScriptLib
ZelgiusLiu
asked this question in
Q&A
-
Hello, I am using ClearScript and now I have a problem. |
Beta Was this translation helpful? Give feedback.
Answered by
ClearScriptLib
Jul 25, 2023
Replies: 1 comment 3 replies
-
Hi @ZelgiusLiu, How are you adding or defining Thanks! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ZelgiusLiu,
From the
IPropertyBag
documentation (emphasis added):The idea is to eliminate potential ambiguity. In C#, indexing and member access are distinct operations, whereas in JavaScript they're exactly the same – e.g.,
values['Print']
is 100% equivalent tovalues.Print
– and ClearScript has no way to determine whether you're trying to access a member named…