Hi folks,
I have a project where I’d like to get values out of a keyed object that’s passed to event-detail-foo
. Using the ActionLogWidget
, the debug description is simply [object Object]
.
It seems like this ought to be possible with jsonindexes
and friends (at least for simple JSON-codable types), but jsonindexes
on my event-detail-foo
seems to return an empty string.
Is there a TiddlyWiki-native way to access the values associated with a JavaScript object? If not, how might someone accomplish this in a Wiki?