Namespace metawidget.inspector
Inspectors.
Inspectors must implement an interface:
function( toInspect, type, names )Each Inspector must look to the 'type' parameter and the 'names' array. These form a path into the domain object model. For example the 'type' may be 'person' and the 'names' may be [ 'address', 'street' ]. This would form a path into the domain model of 'person/address/street' (i.e. return information on the 'street' property within the 'address' property of the 'person' type).
Defined in: metawidget-inspectors.js.
Constructor Attributes | Constructor Name and Description |
---|---|