Introspection functions

There are some functions, such as event() and property(), that given a name 
return some property.
What I would like to suggest is that without a parameter, it returns either 
a node list, or preferably an instance, containing all the values 
available.

This way you could instrospec the values that were available, and also make 
upgrading to later versions easier.

So property() returns a list or instance of all properties of the current 
implementation; similarly, event() would give you all values available for 
the current event.

Steven

Received on Friday, 14 May 2021 13:39:01 UTC