Class Index | File Index

Classes


Class metawidget.inspector.PropertyTypeInspector

Inspects JavaScript objects for their property names and types.

In principal, ordering of property names within JavaScript objects is not guaranteed. In practice, most browsers respect the original order that properties were defined in. However you may want to combine PropertyTypeInspector with a custom Inspector that imposes a defined ordering using 'propertyOrder' attributes.
Defined in: metawidget-inspectors.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
inspect(toInspect, type, names)
Class Detail
metawidget.inspector.PropertyTypeInspector()
Method Detail
inspect(toInspect, type, names)
Parameters:
toInspect
type
names

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Dec 14 2015 20:12:11 GMT-0500 (EST)