InspectorShell

An inspector provide micro controls for a given piece of data. An inspector 'context' should be the main data wrapper of the editor it's in, while its actual data is the data to be inspected.

The InspectorShell looks for the most suitable inspector and displays it.

Constructor

new InspectorShell()

Members

context

Context data when inspector is given a selection to work with. The context is always the data bound to the editor in which the inspector is displayed, if any.