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.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
inspect(toInspect, type, names)
|
Method Detail
inspect(toInspect, type, names)
- Parameters:
- toInspect
- type
- names