'What is the [[key]]?
I have this object:

What are the [[Handler]], [[Target]] and [[IsRevoked]] keys? I search for them but cannot see anything. I try to query them with either object.["[[Target]]"] or object.["Target"]
but it doesn't work. But object.Target works. What is interesting is that object.Target.Target.Target... also works.
I'm using Firefox. The real data is under object.Target. But I cannot query it with object.Target.values (it will be the same with object.Target.Target. Length is 0), but object.values
app.plugins.plugins.dataview.api.page("Nghệ thuật.md")["Câu hỏi"]
Proxy {values: Array(11), settings: {…}, length: 11, defaultComparator: ƒ}
[[Handler]]: Object
[[Target]]: DataArrayImpl
defaultComparator: ƒ compareValue(val1, val2, linkNormalizer)
length: 11
settings: {renderNullAs: "\-", taskLinkLocation: "end", taskLinkText: "🔗", taskCompletionTracking: false, taskCompletionText: "completion", …}
values: (11) [Link, Link, Link, Link, Link, Link, Link, Link, Link, Link, Link]
__proto__: Object
[[IsRevoked]]: false
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
