You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a discussion we had here, it would be nice to be able to document hacks, properties, services, etc... such as it is possible to access these information from the console, through a method domInstance.help().
So the method could be used like this, for instance:
domInstance.help('properties/myProperty')
domInstance.help('hacks') or domInstance.help('services')
domInstance.help('full')
The text was updated successfully, but these errors were encountered:
Following a discussion we had here, it would be nice to be able to document
hacks
,properties
,services
, etc... such as it is possible to access these information from the console, through a methoddomInstance.help()
.So the method could be used like this, for instance:
domInstance.help('properties/myProperty')
domInstance.help('hacks')
ordomInstance.help('services')
domInstance.help('full')
The text was updated successfully, but these errors were encountered: